Github user Skiler commented on the issue:
https://github.com/apache/activemq-artemis/pull/1679
Hi @jbertram
For what I have analysed in the artemis code, the
message-load-balancing-type is only set for queues configured in the broker.xml.
When you publish to an auto created queue it seems the load balancing type
isn't set by the postoffice.
So can you help me understand how this is supposed to work in order to fix
it? I can do this without using the address and using the value defined in the
default cluster connection. What do you think?
Thanks in advance
---