|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
Search found 4 matches |
Author |
Message |
Topic: Browse when there is a message |
romulo.pereira
Replies: 8 Views: 5604
|
Forum: IBM MQ Java / JMS Posted: Tue Jan 23, 2007 1:50 am Subject: Browse when there is a message |
OK. Let me explain in more details our design.
We have 300 queues.
A J2EE application will be responsible for retrieving the messages, as it implements transaction, which is better in order not to l ... |
Topic: Browse when there is a message |
romulo.pereira
Replies: 8 Views: 5604
|
Forum: IBM MQ Java / JMS Posted: Mon Jan 22, 2007 9:11 am Subject: Browse when there is a message |
Thanks for the help, jefflowrey.
Anyway, I decided to try MQ Base Java, and I think that the following code will do exactly what I want:
...
MQGetMessageOptions gmo = new MQGetMessageOp ... |
Topic: Browse when there is a message |
romulo.pereira
Replies: 8 Views: 5604
|
Forum: IBM MQ Java / JMS Posted: Fri Jan 19, 2007 9:31 am Subject: Browse when there is a message |
My application must call a J2EE application to consume the messages. This J2EE application takes care o transaction, etc, so it is better for the retrieving process.
So, my application shouldn't cons ... |
Topic: Browse when there is a message |
romulo.pereira
Replies: 8 Views: 5604
|
Forum: IBM MQ Java / JMS Posted: Fri Jan 19, 2007 9:14 am Subject: Browse when there is a message |
Hi,
Is there a method that only returns when there is a message in the queue but without consuming it?
It would be like the QueueReceiver.receive(TIMEOUT), but without consuming a message.
I ... |
|
|
|