Posted: Mon Apr 12, 2004 5:59 pm Post subject: Java Listener and MQ Queues
Acolyte
Joined: 20 Dec 2001 Posts: 64
I have a java listener on Aix which is supposed to listen to a specific queue and QM.
I have a java client on WAS which puts that message.
THe listener is not picking the message.
Is there a way to see which QM and queue and port the listener is listening to?
I dont see any error.
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
It also depends on what listener you are talking about. If you are talking about MQ listener there are couple ways the listeners are started
1. using runmqlsr
2. through inetd
If you are talking about WAS JMS listener ports (or whatever they call them) then manoj's suggestion should help.
But if you are using BINDINGs mode then most likely you are not talking about MQ listener. One way to check if something is listening on a specific Q is by doing QSTATUS on that queue
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum