Annotation Interface OfCorrelationId


@Documented @Retention(RUNTIME) @Target(PARAMETER) public @interface OfCorrelationId
When applied to a parameter of a ByJms interface, it specifies the argument value should be used for Message.setJMSCorrelationID(String).

When applied to a parameter of a Invoking method, it specifies the injection point for the value of Message.getJMSCorrelationID().

Only String value is supported. null is supported.

Since:
1.0
Author:
Lei Yang