Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用骆驼路线向主题发送消息。
<route> <from uri="activemq:queue:TEST"/> <to uri="activemq:topic:TEST"/> </route>
如何为骆驼发送的消息设置 timeToLive 属性?
Google 是您的朋友,快速搜索会引导您找到Camel JMS 组件文档,该文档向您展示了通过 uri 选项完成此操作的方法。