Author |
Message
|
jarun111 |
Posted: Wed Oct 25, 2006 11:45 am Post subject: Durable subscriber issue |
|
|
Acolyte
Joined: 19 Apr 2004 Posts: 70
|
Hello,
How do I identify the IP address of a durable subscription that is connected to the Pub/Sub broker. Currently I see a process connected and not able to figure where is it connecting from.
I get the following exception:
com.ibm.mq.jms.BrokerCommandFailedException: Broker command failed: MQRCCF_SUBSCRIPTION_LOCKED Reason code 3156
at com.ibm.mq.jms.MQBrokerSubscriptionEngine.openDurableSubscription(MQBrokerSubscriptionEngine.java:1290)
at com.ibm.mq.jms.MQMigrateSubscriptionEngine.openDurableSubscription(MQMigrateSubscriptionEngine.java:544)
at com.ibm.mq.jms.MQSession.createDurableSubscriber(MQSession.java:5338)
at com.ibm.mq.jms.MQTopicSession.createDurableSubscriber(MQTopicSession.java:720)
at com.ibm.mq.jms.MQSession.createDurableSubscriber(MQSession.java:5163)
at com.ibm.mq.jms.MQTopicSession.createDurableSubscriber(MQTopicSession.java:706)
at com.ssmb.zeus.fixfarm.msgreader.CCSetupListener.init(CCSetupListener.java:192)
at com.ssmb.zeus.fixfarm.msgreader.CCSetupListener.run(CCSetupListener.java:677)
at java.lang.Thread.run(Thread.java:479)
I am using MQ5.3.0.10 on Solaris and my client is JMS (using 5.3.0.10).
Thanks |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Oct 25, 2006 12:14 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
amqspsd _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
jarun111 |
Posted: Wed Oct 25, 2006 12:17 pm Post subject: |
|
|
Acolyte
Joined: 19 Apr 2004 Posts: 70
|
amqspsd does not give me the IP adress of clients. How do I figure this. |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Oct 25, 2006 12:19 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
dis qstatus() type handle
dis connection _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
jarun111 |
Posted: Wed Oct 25, 2006 12:28 pm Post subject: |
|
|
Acolyte
Joined: 19 Apr 2004 Posts: 70
|
dis qstatus on default subscriber queues did not return anything. Also there are no read /write handles to the queue. |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Oct 25, 2006 12:47 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Then where do you "see a process connected"? Connected to what? How are you seeing it? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
jarun111 |
Posted: Wed Oct 25, 2006 1:07 pm Post subject: |
|
|
Acolyte
Joined: 19 Apr 2004 Posts: 70
|
Jeff,
I am not sure where my other process is running. So I want to figure this out so that I can close that process.
Thanks |
|
Back to top |
|
 |
|