@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD,PARAMETER,TYPE})
public @interface JMSSessionMode
jakarta.jms.JMSContext
object. The meaning and possible values of session mode are the same as for the ConnectionFactory
method
createContext(int sessionMode)
.JMSContext.createContext(int)
Modifier and Type | Optional Element and Description |
---|---|
int |
value
Specifies the session mode used when injecting a
jakarta.jms.JMSContext object. |