Package javax.jms
Annotation Type JMSSessionMode
- 
 @Retention(RUNTIME) @Target({METHOD,FIELD,PARAMETER,TYPE}) public @interface JMSSessionModeThis annotation may be used to specify the session mode to be used when injecting ajavax.jms.JMSContextobject. The meaning and possible values of session mode are the same as for theConnectionFactorymethodcreateContext(int sessionMode).- Since:
- JMS 2.0
- See Also:
- JMSContext.createContext(int)
 
- 
- 
Optional Element SummaryOptional Elements Modifier and Type Optional Element Description intvalueSpecifies the session mode used when injecting ajavax.jms.JMSContextobject.
 
-