我正在使用 Servicemix 4.2,如何将 JMS 消息设置为“持久”?
它是 xbean.xml 中的属性还是我应该在 CustomMarshaller 中编写代码以将 JMS 消息标记为持久性?
谢谢桑迪普
我正在使用 Servicemix 4.2,如何将 JMS 消息设置为“持久”?
它是 xbean.xml 中的属性还是我应该在 CustomMarshaller 中编写代码以将 JMS 消息标记为持久性?
谢谢桑迪普
如果您要发送队列消息,默认情况下它将是持久的。另请参阅http://activemq.apache.org/how-do-i-disable-persistence.html。