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

[jira] Issue Comment Edited: (CAMEL-2305) Polling consumer does not work well with transacted ActiveMQ 5.3.0

    [ https://issues.apache.org/activemq/browse/CAMEL-2305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56539#action_56539 ] 

Dragisa Krsmanovic edited comment on CAMEL-2305 at 12/18/09 11:17 AM:
----------------------------------------------------------------------

Added unit test that demonstrates the problem. [^JmsPollingConsumerTest.patch]

      was (Author: dragisak):
    Unit test that demonstrates the problem.
  
> Polling consumer does not work well with transacted ActiveMQ 5.3.0
> ------------------------------------------------------------------
>
>                 Key: CAMEL-2305
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2305
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-jms
>    Affects Versions: 2.0.0, 2.1.0, 2.2.0
>            Reporter: Dragisa Krsmanovic
>         Attachments: JmsPollingConsumerTest.patch
>
>
> A bean in a activemq route is consuming messages from another activemq queue.  Instead of reading all queued messages, it always gets just the first message in the queue.
> {code:java}
> while ((exchange = consumer.receive("activemq:queue", 2000l)) != null) {
>         ...
> }
> {code}
> * This did not happen with ActiveMQ 5.2.0
> * This does not happen if Spring transaction support is not set for activemq component.
> * This does not happen if consumer bean is invoked from direct: route.

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