3 Replies Latest reply on Oct 17, 2013 7:44 AM by ataylor

    Checking queue passwords without connecting to them.

    qtm

      Hi,

       

      I'd like to see in advance if my credentials are correct for the queues in a server. Is there a method like boolean checkCredentials(String user, String password, Queue queue) for a queue? The last param could be ClientQueue or any other HornetQ core queue representation. Wouldn't it be faster than trying to connect to the queue?

      I'm using Jboss7, so I could use CLI commands/etc if there is a way.