Hi, I am in the process of working to migrate my activemq configurations into activemq-artemis.
For the most part I am there except for the queues and topics I have in activemq.xml we have a number of predefined Q & T's that i would like to be able to transfer across. Along the lines of <authorizationEntry queue="VirtualTopicConsumer.bob" write="bob" read="bob" admin="bob"/> <authorizationEntry topic="VirtualTopicConsumer.bob" write="jane" read="jane" admin="jane"/> In my Artemis broker.xml file I have defined these as Security-setting entries, do i need to also define these in address-setting and addresses? At the moment there is nothing coming up in the web console. Baz