Description
openwire consumers are in limbo if a queue is deleted by a management operation.
with activemq5 - any message sent will recreate the queue and the consumers will resume.
however with Artemis, the send it to an address, independent of the consumer queue. The send will continue to drop messages till the binding/queue is recreated.
Any openwire consumer disconnect (typical on queue deletion) needs to be implemented as connection error/fail to force a possible client failover event and a recreation of the queue/binding.
Attachments
Issue Links
- links to