Details
Description
I've some NMS clients (4 in total) that uses synchronized receiving (non message listener based),
that all are try to receive to the same queue using message selectors.
When failover occurs (can be tested with stopping and starting the message bus), I get the interrupt and the resumed
events, but the clients block for ever trying to receive the next message. The messages can be seen
in the ActiveMQ Web Console. I have even tried using a time-out and try to receive again, but they are stuck until
I restart the process.
Is this a known issue?
Attachments
Attachments
Issue Links
- duplicates
-
AMQNET-352 Issue with message dispatching post failver when advisory consumer is enabled.
- Resolved