Hi friends, 

I have a problem. Inside an MDB I am using a Queuebrowser to look into the 
Queue to which MDB listens.The browser have a message selector with the 
JMSCorrelationID as selecting criteria and the MDB is configured as singleton 
and the OnMessage() has the transaction attribute as required. 

First I sends 5 messages to a the queue.In the OnMessage method I check the 
CorelationID of the first message.Then I want to get all the message from the 
Queue with the JMSCorrelationID same as that of the first messgae.i am using 
the Queuebrowser with message selector to achieve this. 

My problem is like this.. 

Even though I send 5 messages my QueueBrowser only shows he last 3 messages.I 
cant browse the contents of the second message. 
>From the forum I found that the second message will be in the reads ahead 
>stage. So the browser does not show it. 
Is there any way to browse the contents of the second message?

Thanks in advance.  


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855333#3855333

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855333


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to