Bugs item #701553, was opened at 2003-03-11 15:04
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=701553&group_id=22866

Category: JBossMQ
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Frédéric Donckels (lubdub)
Assigned to: Nobody/Anonymous (nobody)
Summary: Incorrect behaviour from Session.recover()

Initial Comment:
We have to following setup:
Jms sender sends 4 messages in a queue
Jms receiver sets up a listener on that queue, in a
different CLIENT_ACKNOWLEDGE session.
The onMessage method prints out the content of the
message, the headers, then calls session.recover()

Expected behaviour:
the same message is sent again
(this is what we have with Weblogic)

Actual behaviour:
message 0 is received
message 1 is received
message 2 is received
message 3 is received
message 0 is received again
message 1 is received again
message 2 is received again
message 3 is received again
message 0 is received again
message 1 is received again
......

Did we miss something?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=701553&group_id=22866


-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to