Skip navigation links
TIBCO Enterprise Message Service
javax.jms

Annotation Type JMSConnectionFactory



  • @Retention(value=RUNTIME)
     @Target(value={METHOD,FIELD,PARAMETER,TYPE})
    public @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

      Required Elements 
      Modifier and Type Required Element and Description
      java.lang.String value
      Specifies the JNDI lookup name of a javax.jms.ConnectionFactory to be used when injecting a javax.jms.JMSContext object.
    • Element Detail

      • value

        public abstract java.lang.String value
        Specifies the JNDI lookup name of a javax.jms.ConnectionFactory to be used when injecting a javax.jms.JMSContext object.
TIBCO Enterprise Message Service