Sandeep
Sandeep

Reputation: 586

servicemix : jms message as persistent

I am using ServiceMix 4.2. How can I set a JMS message as "persistent"?

Is it a property in xbean.xml or should I write code in CustomMarshaller to mark the JMS message as persistent?

Upvotes: 0

Views: 510

Answers (1)

Torsten Mielke
Torsten Mielke

Reputation: 239

If you're sending a queue message, it will be persistent by default. Also see http://activemq.apache.org/how-do-i-disable-persistence.html.

Upvotes: 1

Related Questions