-
Bug
-
Resolution: Done
-
Major
-
A-MQ 7.0.0.ER12
-
None
- Using a two broker statically configured cluster with message-load-balancing=ON_DEMAND and redistribution-delay=0 with an A-MQ6 openwire standard example consumers. (broker config files attached)
- produced 5000 messages to broker1
-The A-MQ6 consumer connects to broker2 consumes 100 messages and disconnects. The consumer then connects to broker1 consumes 100 messages and disconnects. Initial I see the messages move across the network after the demand (as expected) by observing the JMX MBeans for the destination on both brokers.
Repeating the last step multiple times, periodically I see the messages keep traversing the network even when no consumers attached to either broker. It usually happens with 5 or 6 repetitions of the last step - but unfortunately it is not consistent.
Note: When using the stardard artemis sample client, I have not been able to reproduce the issue.
- is blocked by
-
ARTEMIS-949 Loading...