Package javax.jms
Annotation Type JMSPasswordCredential
-
@Retention(RUNTIME) @Target({METHOD,FIELD,PARAMETER,TYPE}) public @interface JMSPasswordCredential
This annotation may be used to specify the userName and password to be used when injecting ajavax.jms.JMSContext
object.- Since:
- JMS 2.0
- See Also:
ConnectionFactory.createContext(java.lang.String, java.lang.String)