I need to run a test on a remote host that has activeMQ running on it and I want to verify if the name of the queue is the right name by comparing it with a local file. I used bstat to get the status of activeMQ and then greped the part that has destionName but I was wondering if there is a better way to do it through command line or shell not java?
thanks in advance!