Author |
Message |
Topic: 2033 error-though there are messages(commited) in the queue |
rajesh_sk
Replies: 14 Views: 19298
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 16, 2008 9:26 pm Subject: 2033 error-though there are messages(commited) in the queue |
Thanks for the reply.
I am aware of the reasons why we should not use depth for getting messages.
My questions was why am I not able to get a message when I can browse it from the queue using MQE ... |
Topic: 2033 error-though there are messages(commited) in the queue |
rajesh_sk
Replies: 14 Views: 19298
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 15, 2008 9:23 pm Subject: 2033 error-though there are messages(commited) in the queue |
Hi fjb_saper,
Can you please eloborate on 'You will have a qdepth even though messages are not in a gettable state.'. When will the messages be in un-gettable state? |
Topic: 2033 error-though there are messages(commited) in the queue |
rajesh_sk
Replies: 14 Views: 19298
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 09, 2008 8:04 pm Subject: 2033 error-though there are messages(commited) in the queue |
The application is already developed and we cannot change the design at this point but yes what you have said is absolutely correct. In the application we provide many options to get a message from th ... |
Topic: 2033 error-though there are messages(commited) in the queue |
rajesh_sk
Replies: 14 Views: 19298
|
Forum: IBM MQ Java / JMS Posted: Sun Jul 06, 2008 7:46 pm Subject: 2033 error-though there are messages(commited) in the queue |
Both the applications have their own set of connections. They do not share any connections. They run on different JVMs.
In case of a poison message we are moving it into a back out queue(at applica ... |
Topic: 2033 error-though there are messages(commited) in the queue |
rajesh_sk
Replies: 14 Views: 19298
|
Forum: IBM MQ Java / JMS Posted: Thu Jul 03, 2008 11:08 pm Subject: 2033 error-though there are messages(commited) in the queue |
Once instance of A and once instance of B. |
Topic: 2033 error-though there are messages(commited) in the queue |
rajesh_sk
Replies: 14 Views: 19298
|
Forum: IBM MQ Java / JMS Posted: Thu Jul 03, 2008 2:12 am Subject: 2033 error-though there are messages(commited) in the queue |
Thanks for the reply.
We have two Java applications.
Application A puts the message and Application B gets this message.
As I had mentioned earlier, A is operating the queue in transaction mode ( ... |
Topic: 2033 error-though there are messages(commited) in the queue |
rajesh_sk
Replies: 14 Views: 19298
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 02, 2008 5:44 am Subject: 2033 error-though there are messages(commited) in the queue |
Hi Guys,
I have a typical scenario where in there are messages in the queue but I am getting a 2033 when I try to get a message.
I am aware of the following points and have taken care that this ... |