You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Aidan Skinner (JIRA)" <qp...@incubator.apache.org> on 2007/12/20 20:31:43 UTC

[jira] Created: (QPID-714) Issue with competing, transactional/client-ack consumers

Issue with competing, transactional/client-ack consumers
--------------------------------------------------------

                 Key: QPID-714
                 URL: https://issues.apache.org/jira/browse/QPID-714
             Project: Qpid
          Issue Type: Bug
    Affects Versions: M2
            Reporter: Aidan Skinner
             Fix For: M2, M2.1


Problem: 
Create session
Create consumer A
Send messages, messages are placed on A's prefetch queue
Create consumer B
Send messages, messages are placed on A or B's queues (in practice this seems to mostly be B's)
Consume messages from B (if Client-Ack ack message)
(if transacted Commit B)
ALL messages are committed or acknowledged, even though A has never recieved() any of them. Any messages placed on A's queue are lost if A is closed.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (QPID-714) Issue with competing, transactional/client-ack consumers

Posted by "Aidan Skinner (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aidan Skinner updated QPID-714:
-------------------------------

    Attachment: QPID-714-txack-M2.patch

patch that applys against M2

> Issue with competing, transactional/client-ack consumers
> --------------------------------------------------------
>
>                 Key: QPID-714
>                 URL: https://issues.apache.org/jira/browse/QPID-714
>             Project: Qpid
>          Issue Type: Bug
>    Affects Versions: M2
>            Reporter: Aidan Skinner
>             Fix For: M2, M2.1
>
>         Attachments: QPID-714-txack-M2.patch, QPID-714-txack.patch
>
>
> Problem: 
> Create session
> Create consumer A
> Send messages, messages are placed on A's prefetch queue
> Create consumer B
> Send messages, messages are placed on A or B's queues (in practice this seems to mostly be B's)
> Consume messages from B (if Client-Ack ack message)
> (if transacted Commit B)
> ALL messages are committed or acknowledged, even though A has never recieved() any of them. Any messages placed on A's queue are lost if A is closed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (QPID-714) Issue with competing, transactional/client-ack consumers

Posted by "Rob Godfrey (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Godfrey resolved QPID-714.
------------------------------

    Resolution: Fixed

> Issue with competing, transactional/client-ack consumers
> --------------------------------------------------------
>
>                 Key: QPID-714
>                 URL: https://issues.apache.org/jira/browse/QPID-714
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: M2
>            Reporter: Aidan Skinner
>            Assignee: Rob Godfrey
>             Fix For: M2, M2.1
>
>         Attachments: QPID-714-txack-M2.patch, QPID-714-txack.patch
>
>
> Problem: 
> Create session
> Create consumer A
> Send messages, messages are placed on A's prefetch queue
> Create consumer B
> Send messages, messages are placed on A or B's queues (in practice this seems to mostly be B's)
> Consume messages from B (if Client-Ack ack message)
> (if transacted Commit B)
> ALL messages are committed or acknowledged, even though A has never recieved() any of them. Any messages placed on A's queue are lost if A is closed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (QPID-714) Issue with competing, transactional/client-ack consumers

Posted by "Rob Godfrey (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Godfrey updated QPID-714:
-----------------------------

    Component/s: Java Client
       Assignee: Rob Godfrey

Applied patches 2007-12-20 (to M2 and M2.1.1 branches)

Committed revision 606015.

-- Rob


> Issue with competing, transactional/client-ack consumers
> --------------------------------------------------------
>
>                 Key: QPID-714
>                 URL: https://issues.apache.org/jira/browse/QPID-714
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: M2
>            Reporter: Aidan Skinner
>            Assignee: Rob Godfrey
>             Fix For: M2, M2.1
>
>         Attachments: QPID-714-txack-M2.patch, QPID-714-txack.patch
>
>
> Problem: 
> Create session
> Create consumer A
> Send messages, messages are placed on A's prefetch queue
> Create consumer B
> Send messages, messages are placed on A or B's queues (in practice this seems to mostly be B's)
> Consume messages from B (if Client-Ack ack message)
> (if transacted Commit B)
> ALL messages are committed or acknowledged, even though A has never recieved() any of them. Any messages placed on A's queue are lost if A is closed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (QPID-714) Issue with competing, transactional/client-ack consumers

Posted by "Aidan Skinner (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aidan Skinner updated QPID-714:
-------------------------------

    Attachment: QPID-714-txack.patch

> Issue with competing, transactional/client-ack consumers
> --------------------------------------------------------
>
>                 Key: QPID-714
>                 URL: https://issues.apache.org/jira/browse/QPID-714
>             Project: Qpid
>          Issue Type: Bug
>    Affects Versions: M2
>            Reporter: Aidan Skinner
>             Fix For: M2, M2.1
>
>         Attachments: QPID-714-txack.patch
>
>
> Problem: 
> Create session
> Create consumer A
> Send messages, messages are placed on A's prefetch queue
> Create consumer B
> Send messages, messages are placed on A or B's queues (in practice this seems to mostly be B's)
> Consume messages from B (if Client-Ack ack message)
> (if transacted Commit B)
> ALL messages are committed or acknowledged, even though A has never recieved() any of them. Any messages placed on A's queue are lost if A is closed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.