Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
5.5.1
-
jdbc store, virtual topics, failover, master/slave shared store
Description
Description:
A consumer connects to the broker and expresses interest in the virtual topic and the queue is created and empty
The consumer then disconnects
The broker is killed and the producer fails over to the next broker
The producer sends the message to the topic
The consumer reconnects to the broker, however it has no message waiting the virtual topic's queue
Symptom
The queue for the virtual topic is not automatically created during the failover.
Work around
A work around for this issue is to use startup destinations on the slave brokers if the destination is known.
Attachments
Issue Links
- is depended upon by
-
AMQ-3445 jdbcPersistenceAdapter will lose existing queues after a broker restart
- Resolved