@Retention(value=RUNTIME) @Target(value={METHOD,FIELD,PARAMETER,TYPE}) public @interface JMSSessionMode
javax.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
javax.jms.JMSContext object. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.