are they routed by camel or is it just activemq? If it's just activemq you mark 
them as persistent messages when sending them. If there are no durable topic 
subscribers registered for the topic activemq won't persist the messages I 
don't think, I'm not sure about that though.

If the messages are being routed by camel between persistent topics, they need 
to be transacted or you'll see that behaviour when the broker is restarted.

Alistair

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

On 25 Nov 2011, at 15:05, kyatim wrote:

> Hi,
> 
> 
> I can't find messages (persistent) in topic when restarting my broker.
> (Messages should be consumed by durable subscribers).
> 
> Is there any conf to add for doing this?
> 
> I'm new in AMQ.
> Thanks.
> 
> 
> 
> --
> View this message in context: 
> http://activemq.2283324.n4.nabble.com/topic-messages-disapeare-after-restarting-broker-tp4107585p4107585.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to