@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface JmsMessageListener
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
destination
The JMS queue or topic name
|
Modifier and Type | Optional Element and Description |
---|---|
int |
consumerMax
The maximum number of consumer threads
|