Package me.ehp246.aufjms.api.annotation
Annotation Interface EnableForJms.Inbound.From.Sub
- Enclosing class:
- EnableForJms.Inbound.From
public static @interface EnableForJms.Inbound.From.Sub
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueDefines the subscription name to be used with a Topic consumer.Only applicable when EnableForJms.Inbound.From.type() is DestinationType.TOPIC.
Supports Spring property placeholder.
- Default:
- ""
-
durable
boolean durableSpecifies whether the subscription should be durable or not.Defaults to
true.- Default:
- true
-