I have a bit of a problem where persistent messages are lost when Camel routes 
are used. If I send a persistent message to an ActiveMQ topic and read it using 
a durable topic subscriber, the messages survive a server restart if the 
subscriber hasn't read them.
If I route those persistent messages to another topc, Camel consumes those 
messages from the original topic so they are not persisted by ActiveMQ and they 
are lost from the routed topic after a restart. Presumably I'm doing something 
wrong?

thanks,

Alistair


-- 
mov eax,1
mov ebx,0
int 80h




Reply via email to