[jboss-jira] [JBoss JIRA] Commented: (JBMESSAGING-1151) Guarantee ordering with a delayed redelivery (FIFO)
Tim Fox (JIRA)
jira-events at lists.jboss.org
Tue Nov 4 03:59:23 EST 2008
[ https://jira.jboss.org/jira/browse/JBMESSAGING-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12436774#action_12436774 ]
Tim Fox commented on JBMESSAGING-1151:
--------------------------------------
Well.. with one consumer on a queue, JBM already does this.
But strict ordering groups are handled in another task
> Guarantee ordering with a delayed redelivery (FIFO)
> ---------------------------------------------------
>
> Key: JBMESSAGING-1151
> URL: https://jira.jboss.org/jira/browse/JBMESSAGING-1151
> Project: JBoss Messaging
> Issue Type: Feature Request
> Affects Versions: 1.4.0.GA
> Reporter: Markus Lutum
> Assignee: Tim Fox
> Priority: Minor
> Fix For: 2.0.0 Beta
>
>
> Make it possible to configure JBM to guarantee ordering with a delayed redelivery means preserve ordering of messages to a Consumer also in case of NACK / rollback.
> In other words, block any other messages that arrived in the intervening period being delivered.
> Needed behaviour
> A and B are in the Queue
> delivered A (ok)
> delivered B (NOK/Transaction roll back)
> C comes in
> delivered B again after 20 sec (NOK/Transaction roll back)
> delivered B again after 20 sec (Now processing is OK- Commit)
> delivered C
> I have now 2 customers which need this behaviour so I can replace a buggy self written persistent queue package.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list