mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-08 11:05:34 +00:00
The static-selector example was using a multicast queue instead of an anycast queue which meant that the consumer never actually received any of the messages. Furthermore, it wasn't actually verifying that it received the proper messages so there was no failure. This commit resolves these issues.