|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
amqrppa process consuming messages from a queue |
« View previous topic :: View next topic » |
Author |
Message
|
hkhan12 |
Posted: Sun Oct 26, 2008 5:25 am Post subject: amqrppa process consuming messages from a queue |
|
|
Voyager
Joined: 08 Aug 2002 Posts: 98
|
Hi There,
One of the queue is binding by amqrmppa process and consuming messages from it. It is running under MUSR_MQADMIN user id.
The application started as LocalSystem as other applications.
I have also ensured that password for this user id is set to "password never expired" option.
Any hlep would be highly appreciated.
Thank you, |
|
Back to top |
|
 |
PeterPotkay |
Posted: Sun Oct 26, 2008 5:56 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
What is your question? _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
hkhan12 |
Posted: Sun Oct 26, 2008 11:57 pm Post subject: |
|
|
Voyager
Joined: 08 Aug 2002 Posts: 98
|
Hi Peter,
My question is why amqrmppa process which is showing as "MQ Client for Java" is binding to a specific queue and consuming messages from it before my application pick the messages.
Because this process consuming messages, my application suppose to consume messages, throwing 2033 which is no messages in the queue.
Thanks for your mail and help.
Regards, |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Oct 27, 2008 1:20 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
The process you mentioned is a channel process. So if the queue is not an xmitq, and I would be inclined to say it is not because of the applid I would expect the process to be some MDB/message listener connecting with client bindings...
In other words you need to find out who is consuming: see the following mqsc command:
Code: |
dis conn(*) where (objname eq MYQUEUENAME) |
To create a cascade of errors and failures you can stop your app and set the queue to be get inhibited. Whomever is going to come screaming is likely to be the one consuming your messages...  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|