[jboss-jira] [JBoss JIRA] Created: (JBMESSAGING-721) Message redelivery doesn't work
Amit Bhayani (JIRA)
jira-events at jboss.com
Thu Jan 4 06:04:26 EST 2007
Message redelivery doesn't work
--------------------------------
Key: JBMESSAGING-721
URL: http://jira.jboss.com/jira/browse/JBMESSAGING-721
Project: JBoss Messaging
Issue Type: Bug
Components: Messaging Core
Affects Versions: 1.0.1.SP2
Reporter: Amit Bhayani
Assigned To: Ovidiu Feodorov
Priority: Critical
Fix For: 1.0.2.CR1
Attachments: mdb.zip
Message redelivery in CMT MDB is not working. I set the transaction to setRollbackOnly on MessageDrivenContext within onMessage of MDB and ideally the message should get redelivered. I can see that Message reamins in the queue for long time. No error message is shown in server.log file.
I have created a simple testcase (attached here). Sender.java send's 6 messages. Messages 1,2,3,4 and 5 are consumed however for message 6 MDBExample.java sets the setRollbackOnly after this there is no activity and message 6 remains in the queue.
This testcase is from jboss-messaging-1.0.1.SP2-src\docs\examples\mdb. Just replace the files to test.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list