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
retryQueue
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.