Java(TM) Message Service (JMS) 2.0 API 1.0.0.Final
-
@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
- Version:
- JMS 2.0
-
-
Required Element Summary
Required Elements
Modifier and Type |
Required Element and Description |
String |
value
Specifies the JNDI lookup name of a javax.jms.ConnectionFactory
to be used when injecting a javax.jms.JMSContext object.
|
Java(TM) Message Service (JMS) 2.0 API 1.0.0.Final
Copyright © 2020 JBoss, a division of Red Hat, Inc.. All Rights Reserved.