Package me.ehp246.aufjms.api.annotation
Annotation Interface EnableForJms.Inbound.From
- Enclosing class:
- EnableForJms.Inbound
public static @interface EnableForJms.Inbound.From
-
Nested Class Summary
Nested Classes -
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionSpecifies the JMS message selector expression (or null if none) for this listener.
-
Element Details
-
value
String valueDefines the destination name.Supports Spring property placeholder.
-
-
-
type
DestinationType type- Default:
- QUEUE
-
selector
String selectorSpecifies the JMS message selector expression (or null if none) for this listener.Default is none.
See the JMS specification for a detailed definition of selector expressions.
Supports Spring property placeholder.
- Default:
- ""
-
sub
- Default:
- @me.ehp246.aufjms.api.annotation.EnableForJms.Inbound.From.Sub
-