Github user michaelandrepearce commented on the issue:
https://github.com/apache/activemq-artemis/pull/1775
As I stated there is already a global flag, if there is an address level
flag then this should have the exact same behaviour. Also Iâm not advocating
changing the global flag behaviour.
We provided you an option you can achieve what you needed using multicast
addresses (jms topic).
The plugin idea was just another that meant you donât need the change and
donât affect other users of the broker as the plugin would be your own, if
you are soo insistent on using but overriding the JMS queue logic in the amqp
jms client.
---