Author |
Message |
Topic: Handles getting dropped on the Q.IPPROCS(0) |
manus
Replies: 16 Views: 10662
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 02, 2012 9:18 pm Subject: Handles getting dropped on the Q.IPPROCS(0) |
Thanks For ur consistent hepl sir.We have not defined an exception listener on the connection.
We are using the DMLC
org.springframework.jms.listener.DefaultMessageListenerContainer.
Can you plea ... |
Topic: Handles getting dropped on the Q.IPPROCS(0) |
manus
Replies: 16 Views: 10662
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 02, 2012 4:47 pm Subject: Handles getting dropped on the Q.IPPROCS(0) |
Hi Grand Poobah,
As you said "All that the count going from 1 to 0 is showing is that your application is no longer reading the queue. "
The thing that basically binds the Litener app ... |
Topic: Handles getting dropped on the Q.IPPROCS(0) |
manus
Replies: 16 Views: 10662
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 02, 2012 4:17 pm Subject: Handles getting dropped on the Q.IPPROCS(0) |
Yes the app is running on WAS6.1.And all the configurations are done on the app server side. |
Topic: Handles getting dropped on the Q.IPPROCS(0) |
manus
Replies: 16 Views: 10662
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 02, 2012 1:03 pm Subject: Handles getting dropped on the Q.IPPROCS(0) |
Thanks for all ur help till now,now my question is the same listener is not functioning irregularly in the lower environment and also we dont have any jms errors in our logs.Thats why also we are conf ... |
Topic: Handles getting dropped on the Q.IPPROCS(0) |
manus
Replies: 16 Views: 10662
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 02, 2012 11:56 am Subject: Handles getting dropped on the Q.IPPROCS(0) |
or since we have the listener binded to the Q through the jndi binding,is it possible that the binding somehow is not properly done due to which the handles drop. |
Topic: Handles getting dropped on the Q.IPPROCS(0) |
manus
Replies: 16 Views: 10662
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 02, 2012 11:54 am Subject: Handles getting dropped on the Q.IPPROCS(0) |
yeah we are dropping the message on to the local Q.
But since we have different environments for diffenet phases of testing.the same listener does not have any issue in the earlier environment.
Can ... |
Topic: Handles getting dropped on the Q.IPPROCS(0) |
manus
Replies: 16 Views: 10662
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 02, 2012 10:55 am Subject: Handles getting dropped on the Q.IPPROCS(0) |
Even while the Q is empty it terminates,If the listener had issues,it would never pick up a single message.It picks up the message when the IPPROCS(1),and stops picking the message when IPPROCS(0).i d ... |
Topic: Handles getting dropped on the Q.IPPROCS(0) |
manus
Replies: 16 Views: 10662
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 02, 2012 12:08 am Subject: Handles getting dropped on the Q.IPPROCS(0) |
Hi all,
I am facing a very different issue,While i am able to put message on the Local Q,but the listener does not picks up the messages sometimes it does and sometimes the Q starts piling up,whenevr ... |