Package me.ehp246.aufjms.api.annotation
Annotation Interface OfDelay
Specifies the argument should be used for
MessageProducer.setDeliveryDelay(long).
If applied to multiple parameters, only the first applies.
When applied to a parameter, its type must be String or Duration. The value of the annotation is ignored.
Can be applied to a method.
When applied to method, Spring property placeholder is supported.
Only applicable to ByJms interfaces.
- Since:
- 1.0
- Author:
- Lei Yang
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String value- Default:
- "PT0S"
-