Claus,

We can't seem to get retroactive to work.

We have activemq-camel version 5.7.0, activemq-core 5.7.0 and camel-core
2.10.3 (we're using Servicemix 4.5.1 so we're testing with versions of
activemq and camel that are similar to Servicemix 4.5.1)

We start producer A first (a topic).

Send a few messages to A.

Wait a few seconds.

Start consumer B with consumer.retroactive=true but B receives no messages!

We even tried destination.consumer.retroactive but all that did was throw an
error saying it doesn't understand that argument.

We set the fixed size recovery policy to 1024 in the activemq configuration
xml.

We know the routes are working since if we send a message after B is up B
receives the messages.

What are we missing? Did we misunderstand what retroactive does? Isn't it
suppose to fetch old messages up to the recovery policy on first connect of
a consumer?



--
View this message in context: 
http://camel.465427.n5.nabble.com/consumer-retroactive-true-when-using-activemq-tp5733440p5746465.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to