标签: jms activemq
我正在使用驼峰路线向主题发送消息。
<route> <from uri="activemq:queue:TEST"/> <to uri="activemq:topic:TEST"/> </route>
如何将timeToLive属性设置为camel发送的消息?
答案 0 :(得分:1)
Google是您的朋友,快速搜索会引导您前往Camel JMS component documentation,它会通过uri选项向您展示完成此操作的方法。