[jboss-jira] [JBoss JIRA] Commented: (JBMESSAGING-1144) Routing problem on Browsing when using mixed deliveries..
Tim Fox (JIRA)
jira-events at lists.jboss.org
Thu Jan 31 03:21:00 EST 2008
[ http://jira.jboss.com/jira/browse/JBMESSAGING-1144?page=comments#action_12397619 ]
Tim Fox commented on JBMESSAGING-1144:
--------------------------------------
The test is invalid-
JMS ordering guarantees specifically only apply to messages of the same delivery mode.
See JMS 1.1 Spec 4.4.10.2:
"• If both PERSISTENT and NON_PERSISTENT messages are sent to a
destination, order is only guaranteed within delivery mode. That is, a later
NON_PERSISTENT message may arrive ahead of an earlier PERSISTENT
message; however, it will never arrive ahead of an earlier
NON_PERSISTENT message with the same priority.
"
> Routing problem on Browsing when using mixed deliveries..
> ---------------------------------------------------------
>
> Key: JBMESSAGING-1144
> URL: http://jira.jboss.com/jira/browse/JBMESSAGING-1144
> Project: JBoss Messaging
> Issue Type: Bug
> Affects Versions: 1.4.0.SP1
> Reporter: Clebert Suconic
> Assigned To: Tim Fox
> Fix For: Stable branch
>
>
> I believe the error is due to mixed delivery modes... but that's just a guess as I didn't have time to look at logs.
> I'm committing a testcase on BrowserTest for this.
> This testcase was reported by Carlo.. I just converted this testcase from his original test on EJB3.
--
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