Package javax.jms
Annotation Type JMSConnectionFactory
-
@Retention(RUNTIME) @Target({METHOD,FIELD,PARAMETER,TYPE}) public @interface JMSConnectionFactoryThis annotation may be used to specify the JNDI lookup name of ajavax.jms.ConnectionFactoryto be used when injecting ajavax.jms.JMSContextobject.- Since:
- JMS 2.0
- Version:
- JMS 2.0
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueSpecifies the JNDI lookup name of ajavax.jms.ConnectionFactoryto be used when injecting ajavax.jms.JMSContextobject.
-