[ 
https://issues.apache.org/jira/browse/CAMEL-2305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen resolved CAMEL-2305.
--------------------------------

       Resolution: Won't Fix
    Fix Version/s: 2.8.0
         Assignee: Claus Ibsen

The AMQ team indicate the issue was an invalid usage of transactions. Marking 
this ticket as resolved as this ticket was just a placeholder for the AMQ 
ticket as there is nothing we can do in the Camel codebase.

> Polling consumer does not work well with transacted ActiveMQ 5.3.0
> ------------------------------------------------------------------
>
>                 Key: CAMEL-2305
>                 URL: https://issues.apache.org/jira/browse/CAMEL-2305
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-jms
>    Affects Versions: 2.0.0, 2.1.0, 2.2.0
>            Reporter: Dragisa Krsmanovic
>            Assignee: Claus Ibsen
>             Fix For: 2.8.0
>
>         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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to