Hi

Okay i have fixed the issue. I created a new ticket with a better
description of the real issue
https://issues.apache.org/jira/browse/CAMEL-4194

The fix will be in Camel 2.8. You are welcome to test with latest
source code from trunk or the 2.8-SNAPSHOT when its updated.
http://camel.apache.org/download

On Fri, Jul 8, 2011 at 12:03 PM, Claus Ibsen <claus.ib...@gmail.com> wrote:
> Hi
>
> I have reproduced the issue in camel-jms in an unit test. I will try
> to see what can be done.
>
> On Fri, Jul 8, 2011 at 11:37 AM, Daniel Spaven <danspa...@gmail.com> wrote:
>> Claus,
>>
>> Yes that's it. Here's the URI's of 2 routes I just tested and failed. So
>> Destinations different but consuming from the same topic.
>>
>> Route 1
>> -----------
>> from(jmsComponent:topic:dansTopic)
>> to(activemq:topic:TMLP1)
>> to(activemq:topic:TMLP2)
>> to(activemq:topic:TMLP3)
>> to(activemq:topic:TMLP4)
>>
>> Route 2
>> ------------
>> from(jmsComponent:topic:dansTopic)
>> to(activemq:topic:TMLM25)
>> to(activemq:topic:TMLM1)
>> to(activemq:topic:TMLM40)
>> to(activemq:topic:TMLA12)
>> to(activemq:topic:TMLA13)
>>
>
>
>
> --
> Claus Ibsen
> -----------------
> FuseSource
> Email: cib...@fusesource.com
> Web: http://fusesource.com
> Twitter: davsclaus, fusenews
> Blog: http://davsclaus.blogspot.com/
> Author of Camel in Action: http://www.manning.com/ibsen/
>



-- 
Claus Ibsen
-----------------
FuseSource
Email: cib...@fusesource.com
Web: http://fusesource.com
Twitter: davsclaus, fusenews
Blog: http://davsclaus.blogspot.com/
Author of Camel in Action: http://www.manning.com/ibsen/

Reply via email to