Package me.ehp246.aufjms.api.annotation
Annotation Type EnableForJms.Inbound
- Enclosing class:
- EnableForJms
@Retention(RUNTIME)
public static @interface EnableForJms.Inbound
-
Required Element Summary
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringautoStartupSpecifies whether the listener should be started automatically.java.lang.Stringconcurrencyjava.lang.StringconnectionFactorybooleandurablejava.lang.StringnameThe bean name of the endpoint.java.lang.Class<?>[]scanbooleansharedjava.lang.StringsubscriptionNameDefines the subscription name to be used with a Topic consumer.
-
Element Details
-
value
At valueDestination of the incoming messages.
-
-
-
scan
java.lang.Class<?>[] scan- Default:
- {}
-
concurrency
java.lang.String concurrency- Default:
- "0"
-
name
java.lang.String nameThe bean name of the endpoint.- Default:
- ""
-
autoStartup
java.lang.String autoStartupSpecifies whether the listener should be started automatically.Supports Spring property.
- Default:
- "true"
-
durable
boolean durable- Default:
- true
-
subscriptionName
java.lang.String subscriptionNameDefines the subscription name to be used with a Topic consumer.Only applicable to Topic's.
Supports Spring property.
- Default:
- ""
-
connectionFactory
java.lang.String connectionFactory- Default:
- ""
-