Made the change, please see if this still happens. On Thu, Feb 19, 2009 at 2:02 PM, Ayende Rahien <[email protected]> wrote:
> MessageQueue > > On Thu, Feb 19, 2009 at 2:01 PM, chrisortman <[email protected]>wrote: > >> >> Instance of the OpenedQueue or instance of the MessageQueue? >> >> On Feb 19, 12:58 pm, Ayende Rahien <[email protected]> wrote: >> > Okay, I think that this means that we need an instance of the queue per >> each >> > thread, because it seems to happen when the queue is used in multiple >> > queues. >> > >> > On Thu, Feb 19, 2009 at 1:22 PM, chrisortman <[email protected]> >> wrote: >> > >> > > 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 -~----------~----~----~----~------~----~------~--~---
