JMS Message Selector in Mule using date

前端 未结 2 1647
旧巷少年郎
旧巷少年郎 2021-01-28 04:59

In Mule 3.3.1, during async processing, when any of my external services are down, I would like to place the message on a queue (retryQueue) with a particular \"nex

2条回答
  •  余生分开走
    2021-01-28 05:15

    The expression in:

    
    

    should evaluate to a valid JMS selector, which is not the case here. Try with:

    
    

    replacing XXX with an expression that creates the time you want.

提交回复
热议问题