Is it possible for a Mule message to expire (i.e. the container will discard the message) after a configured amount of time (like the JMS TTL property)? If there is please can you point me to the documentation or example?
Can we use the attribute queueTimeout
(see http://www.mulesoft.org/documentation/display/current/VM+Transport+Reference) to achieve this?
Cheers