DispatchingThread.EventHandle is an AutoResetEvent potentially shared between
threads
-------------------------------------------------------------------------------------
Key: AMQNET-113
URL: https://issues.apache.org/activemq/browse/AMQNET-113
Project: ActiveMQ .Net
Issue Type: Bug
Components: ActiveMQ Client
Reporter: Chris Fraire
Assignee: James Strachan
Priority: Minor
Not sure it is an actual problem, but it seems suspect that a Session's
DispatchingThread.EventHandle (AutoResetEvent) instance is associated with a
MessageConsumer's Dispatcher when a Listener is attached. Since the
EventHandle is an AutoResetEvent, it is possible that a DispatchingThread will
miss a signal got instead by Dispatcher.Dequeue(Timespan). Is the correct
behavior that they both be signaled?
Thanks,
Chris
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.