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?
Thanks Sandeep
|
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? Thanks Sandeep |
|||
|
|
|
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. |
|||
|
|