Annotation Interface MessageTTL


@Documented @Retention(RUNTIME) @Target(PARAMETER) @Bindable public @interface MessageTTL
An annotation that can be applied to method argument to indicate that the argument is bound from the JMS TTL attribute on MessageProducer.send(Message, int, int, long).
Since:
3.3.0
Author:
jaecktec