-
Bug
-
Resolution: Done
-
Major
-
None
-
AMQ 7.0.3.GA
If there is no consumers in clustered brokers, new message will store to the specific queue on a node, but will never redistribute to another nodes even there is a consumer in the another nodes. So messages in the queue at that node can appear to be stranded.
This is the scenario:
- start up 2 clustered broker (redistribution settings are enabled, and "redistribution-delay" is set to 0)
- send some messages to a queue on broker-0
- start consuming the queue on broker-1
-> redistribution never occurs - send another message to a queue on broker-0
- consumer will only receive the latest message
- is related to
-
AMQDOC-2853 Customer feedback - Configuring a Point to Point Address/Queue
- Closed
- relates to
-
ENTMQBR-962 Message Lost in Clustered A-MQ7 Brokers When Message Is Sent From EAP Resource Adapter
- Closed
- cloned to
-
ARTEMIS-1612 Loading...