You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/02/17 19:58:41 UTC

[jira] [Commented] (QPIDJMS-266) Race on session start and message dispatch can deliver messages in wrong order

    [ https://issues.apache.org/jira/browse/QPIDJMS-266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15872419#comment-15872419 ] 

ASF subversion and git services commented on QPIDJMS-266:
---------------------------------------------------------

Commit 1b8f246553816947f8bab66b522ec6f5b84707b2 in qpid-jms's branch refs/heads/master from [~tabish121]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-jms.git;h=1b8f246 ]

QPIDJMS-266 Fix race on connection start with inbound messages

If a connection is started in which consumer have been created and
messages are incoming a call to start can end in a race where on
incoming message can jump the line and be delivered ahead of previously
queued messages.  Stop storing messages in the session stopped messages
queue and just pass them along to the consumer, it won't dispatch them
until started again.


> Race on session start and message dispatch can deliver messages in wrong order
> ------------------------------------------------------------------------------
>
>                 Key: QPIDJMS-266
>                 URL: https://issues.apache.org/jira/browse/QPIDJMS-266
>             Project: Qpid JMS
>          Issue Type: Bug
>          Components: qpid-jms-client
>    Affects Versions: 0.20.0
>            Reporter: Timothy Bish
>            Assignee: Timothy Bish
>             Fix For: 0.21.0
>
>
> If a connection is started in which consumer have been created and messages are incoming a call to start can end in a race where on incoming message can jump the line and be delivered ahead of previously queued messages.  



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org