Is there a way to see what a SonicMQ queue subscriber is?

1.1k Views Asked by At

As I am a total newbie on SonicMQ, I was wondering if there is a way to determine what a SonicMQ queue subscriber is. I mean using a console, log file (by raising the log level to Verbose), etc. I can connect to the SonicMQ server and access queue in question using HermesJMS client, but I don't seem to be able to determine what the queue consumer is. The queue is always empty as messages are delivered as soon as they arrive.

Any ideas? Thanks

1

There are 1 best solutions below

3
J.Chan On BEST ANSWER

You can see queue receivers using Sonic Management Console.

  • Go to the Manage tab
  • Go to your broker and select Connections (you should see a list of connections)
  • Select One
  • On the lower pan you will see all the sessions
  • Under each session you should be able to see the consumer/producer

Hope this helps.

queue receiver on the SMC

Regards