You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Paron <pa...@protonmail.com> on 2017/07/25 15:41:26 UTC

Hide queues from client

Hello
I'm trying to limit the information available to a client from the broker.
In an activemq client I can use the getDestinationSource() function on a connection to get a list of queues from the broker. Is there any way I can make sure that the client can only see the queues it is has read or write access to? So that it can't see the queue names of all queues on the broker?