【发布时间】:2023-03-05 21:23:02
【问题描述】:
我们使用 Camel Spring DSL,我们在骆驼中使用 JMS 选择器。但是我不能使用多个 JMS 选择器。如果我只设置一个 JMS 选择器,那么它工作正常。请帮忙。
camel JMS URL = camelJmsBean:topic:paymentT?durableSubscriptionName=XX_CLIENT&subscriptionDurable=true&selector=paymentSystem='pay'
如何在上述相同的 URL 中再添加 2 个 JMS 选择器...?
【问题讨论】:
标签: spring apache-camel jms selector