When I set the threadCounts on the bus (bus is being hosted from
RSB.Host /Action:Debug) to values greater than 1 I sometimes get this
exception:
_message "Property AppSpecific was not retrieved when
receiving the
message. Ensure that the PropertyFilter is set correctly." string
And the a debug window popping up because the code gets here
(AbstractMsmqListener.cs):
catch (Exception e)
{
Debugger.Break();
Debug.Fail("should not happen",
e.ToString());
}
The failure comes from:
if ((MessageType)((message.AppSpecific &
0xFFFF0000) >> 16) ==
MessageType.MoveMessageMarker)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Rhino Tools Dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/rhino-tools-dev?hl=en
-~----------~----~----~----~------~----~------~--~---