|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface JmsMessageListener
Configures an EJB message driven bean listening to a JMS queue or topic.
Required Element Summary | |
---|---|
java.lang.String |
destination
The JMS queue or topic name |
Optional Element Summary | |
---|---|
int |
consumerMax
The maximum number of consumer threads |
Element Detail |
---|
public abstract java.lang.String destination
public abstract int consumerMax
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |