You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Dragisa Krsmanovic (JIRA)" <ji...@apache.org> on 2010/01/12 20:45:43 UTC

[jira] Created: (AMQ-2565) Consumer skips messages in a queue when invoked from another queue

Consumer skips messages in a queue when invoked from another queue
------------------------------------------------------------------

                 Key: AMQ-2565
                 URL: https://issues.apache.org/activemq/browse/AMQ-2565
             Project: ActiveMQ
          Issue Type: Bug
          Components: Broker
    Affects Versions: 5.3.0
         Environment: ActiveMQ 5.4-SNAPSHOT, Spring 2.5.6, JDK 1.6
            Reporter: Dragisa Krsmanovic


MessageListener that is triggered by a message in queue A reads messages from queue B using JmsTemplate. Although there are more messages in queue B, it can only read the first one. The bug was introduced in AMQ 5.3

This is duplicate of [CAMEL-2305|https://issues.apache.org/activemq/browse/CAMEL-2305].


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


[jira] Updated: (AMQ-2565) Consumer skips messages in a queue when invoked from another queue

Posted by "Dragisa Krsmanovic (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-2565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dragisa Krsmanovic updated AMQ-2565:
------------------------------------

    Patch Info: [Patch Available]

> Consumer skips messages in a queue when invoked from another queue
> ------------------------------------------------------------------
>
>                 Key: AMQ-2565
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2565
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.3.0
>         Environment: ActiveMQ 5.4-SNAPSHOT, Spring 2.5.6, JDK 1.6
>            Reporter: Dragisa Krsmanovic
>         Attachments: TransactedConcurrentConsumerTest.patch
>
>
> MessageListener that is triggered by a message in queue A reads messages from queue B using JmsTemplate. Although there are more messages in queue B, it can only read the first one. The bug was introduced in AMQ 5.3
> This is duplicate of [CAMEL-2305|https://issues.apache.org/activemq/browse/CAMEL-2305].

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


[jira] Updated: (AMQ-2565) Consumer skips messages in a queue when invoked from another queue

Posted by "Bruce Snyder (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-2565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruce Snyder updated AMQ-2565:
------------------------------

    Fix Version/s: 5.5.0
                       (was: 5.4.1)

> Consumer skips messages in a queue when invoked from another queue
> ------------------------------------------------------------------
>
>                 Key: AMQ-2565
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2565
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.3.0
>         Environment: ActiveMQ 5.4-SNAPSHOT, Spring 2.5.6, JDK 1.6
>            Reporter: Dragisa Krsmanovic
>             Fix For: 5.5.0
>
>         Attachments: TransactedConcurrentConsumerTest.patch
>
>
> MessageListener that is triggered by a message in queue A reads messages from queue B using JmsTemplate. Although there are more messages in queue B, it can only read the first one. The bug was introduced in AMQ 5.3
> This is related to [CAMEL-2305|https://issues.apache.org/activemq/browse/CAMEL-2305].

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


[jira] Updated: (AMQ-2565) Consumer skips messages in a queue when invoked from another queue

Posted by "Dragisa Krsmanovic (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-2565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dragisa Krsmanovic updated AMQ-2565:
------------------------------------

    Description: 
MessageListener that is triggered by a message in queue A reads messages from queue B using JmsTemplate. Although there are more messages in queue B, it can only read the first one. The bug was introduced in AMQ 5.3

This is related to [CAMEL-2305|https://issues.apache.org/activemq/browse/CAMEL-2305].


  was:
MessageListener that is triggered by a message in queue A reads messages from queue B using JmsTemplate. Although there are more messages in queue B, it can only read the first one. The bug was introduced in AMQ 5.3

This is duplicate of [CAMEL-2305|https://issues.apache.org/activemq/browse/CAMEL-2305].



> Consumer skips messages in a queue when invoked from another queue
> ------------------------------------------------------------------
>
>                 Key: AMQ-2565
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2565
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.3.0
>         Environment: ActiveMQ 5.4-SNAPSHOT, Spring 2.5.6, JDK 1.6
>            Reporter: Dragisa Krsmanovic
>         Attachments: TransactedConcurrentConsumerTest.patch
>
>
> MessageListener that is triggered by a message in queue A reads messages from queue B using JmsTemplate. Although there are more messages in queue B, it can only read the first one. The bug was introduced in AMQ 5.3
> This is related to [CAMEL-2305|https://issues.apache.org/activemq/browse/CAMEL-2305].

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


[jira] Updated: (AMQ-2565) Consumer skips messages in a queue when invoked from another queue

Posted by "Dragisa Krsmanovic (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-2565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dragisa Krsmanovic updated AMQ-2565:
------------------------------------

    Attachment: TransactedConcurrentConsumerTest.patch

Patch with unit test that describes this issue.

> Consumer skips messages in a queue when invoked from another queue
> ------------------------------------------------------------------
>
>                 Key: AMQ-2565
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2565
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.3.0
>         Environment: ActiveMQ 5.4-SNAPSHOT, Spring 2.5.6, JDK 1.6
>            Reporter: Dragisa Krsmanovic
>         Attachments: TransactedConcurrentConsumerTest.patch
>
>
> MessageListener that is triggered by a message in queue A reads messages from queue B using JmsTemplate. Although there are more messages in queue B, it can only read the first one. The bug was introduced in AMQ 5.3
> This is duplicate of [CAMEL-2305|https://issues.apache.org/activemq/browse/CAMEL-2305].

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


[jira] Issue Comment Edited: (AMQ-2565) Consumer skips messages in a queue when invoked from another queue

Posted by "Dragisa Krsmanovic (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-2565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56877#action_56877 ] 

Dragisa Krsmanovic edited comment on AMQ-2565 at 1/12/10 7:48 PM:
------------------------------------------------------------------

Added patch with unit test that describes this issue.

      was (Author: dragisak):
    Patch with unit test that describes this issue.
  
> Consumer skips messages in a queue when invoked from another queue
> ------------------------------------------------------------------
>
>                 Key: AMQ-2565
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2565
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.3.0
>         Environment: ActiveMQ 5.4-SNAPSHOT, Spring 2.5.6, JDK 1.6
>            Reporter: Dragisa Krsmanovic
>         Attachments: TransactedConcurrentConsumerTest.patch
>
>
> MessageListener that is triggered by a message in queue A reads messages from queue B using JmsTemplate. Although there are more messages in queue B, it can only read the first one. The bug was introduced in AMQ 5.3
> This is duplicate of [CAMEL-2305|https://issues.apache.org/activemq/browse/CAMEL-2305].

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


[jira] Issue Comment Edited: (AMQ-2565) Consumer skips messages in a queue when invoked from another queue

Posted by "Dragisa Krsmanovic (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-2565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56877#action_56877 ] 

Dragisa Krsmanovic edited comment on AMQ-2565 at 3/12/10 5:13 PM:
------------------------------------------------------------------

Added patch with unit test that demonstrates this problem.

      was (Author: dragisak):
    Added patch with unit test that describes this issue.
  
> Consumer skips messages in a queue when invoked from another queue
> ------------------------------------------------------------------
>
>                 Key: AMQ-2565
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2565
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.3.0
>         Environment: ActiveMQ 5.4-SNAPSHOT, Spring 2.5.6, JDK 1.6
>            Reporter: Dragisa Krsmanovic
>         Attachments: TransactedConcurrentConsumerTest.patch
>
>
> MessageListener that is triggered by a message in queue A reads messages from queue B using JmsTemplate. Although there are more messages in queue B, it can only read the first one. The bug was introduced in AMQ 5.3
> This is related to [CAMEL-2305|https://issues.apache.org/activemq/browse/CAMEL-2305].

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