Re: Disappearing topics in routes

2011-06-24 Thread Alistair Young
USESource (a Progress Software Corporation subsidiary) > http://fusesource.com > > Blog: http://opensourceknowledge.blogspot.com > CamelOne 2011: http://fusesource.com/camel2011 > - > -- > View this message in context: > http://camel.465427.n5.nabble.com/Disappearing-topics-in-routes-tp4517076p4518662.html > Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Disappearing topics in routes

2011-06-23 Thread Ashwin Karpe
orporation subsidiary) http://fusesource.com Blog: http://opensourceknowledge.blogspot.com CamelOne 2011: http://fusesource.com/camel2011 - -- View this message in context: http://camel.465427.n5.nabble.com/Disappearing-topics-in-routes-tp4517076p4518662

Re: Disappearing topics in routes

2011-06-23 Thread Alistair Young
so I sorted that error but persistent messages are destroyed by camel routes. As soon as camel moves a persistent message from the src topic to the dest topic, it's no longer persistent and is discarded on restart. Even if the route is transacted. Of course, I'm prolly not understanding what tra

Re: Disappearing topics in routes

2011-06-23 Thread Alistair Young
forgot to add transacted to the route: but I just get the error: Invalid content was found starting with element 'transacted'. One of ... expected Alistair -- mov eax,1 mov ebx,0 int 80h On 23 Jun 2011, at 12:00, Alistair Young wrote: > If I declare a route: > > > > > w

Disappearing topics in routes

2011-06-23 Thread Alistair Young
If I declare a route: when I restart tomcat, the activemq:topic:src is still there as it has persistent messages but the activemq:topic:dest topic disappears along with all messages waiting for durable subscribers in it. Camel takes all the messages from dest and puts them in src, and they