Package javax.jms
Annotation Interface JMSConnectionFactory
This annotation may be used to specify the JNDI lookup name of a
javax.jms.ConnectionFactory
to be used when injecting a javax.jms.JMSContext
object.- Since:
- JMS 2.0
-
Required Element Summary
-
Element Details
-
value
String valueSpecifies the JNDI lookup name of ajavax.jms.ConnectionFactory
to be used when injecting ajavax.jms.JMSContext
object.
-