Package me.ehp246.aufjms.api.annotation
Annotation Interface OfGroupId
Specifies the binding point of the value for
JMSXGroupID.
Can be applied to a parameter or a method on a ByJms interface.
When applied to a parameter, Only String type is supported. The
specified value on annotation is ignored. null is accepted.
When applied to a method, Spring property placeholder is supported.
When applied to a parameter of a method on ForJmsType class, it binds the parameter to the incoming message's value.
- Since:
- 1.0
- Author:
- Lei Yang
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String value- Default:
- ""
-