Github user shailendra14k commented on the issue:
https://github.com/apache/activemq-artemis/pull/1744
@mtaylor I tested with the latest master and anycastPrefix does not help. I
got the same behaviour i.e using old version client ignores address-settings
policies.
`<acceptor
name="artemis">tcp://0.0.0.0:61616?tcpSendBufferSize=1048576;tcpReceiveBufferSize=1048576;protocols=CORE,AMQP,STOMP,HORNETQ,MQTT,OPENWIRE;useEpoll=true;amqpCredits=1000;amqpLowCredits=300;anycastPrefix=jms.queue.;multicastPrefix=jms.topic.</acceptor>`
---