new QueueConnection()
This method is not meant to be used directly.
Creates a QueueConnection object that wraps an underlying
LightstreamerClient object into a JMS Extender compatible
queue connection.
Extends
Method Summary
- createQueueSession
- Creates a QueueSession object with the specified transaction flag and acknowledge mode.
Inherited Methods
|
close |
createSession |
getClientID |
getExceptionListener |
setClientID |
setExceptionListener |
start |
stop |
Method Detail
-
createQueueSession(transacted, acknowledgeMode) → {QueueSession}
-
Creates a QueueSession object with the specified transaction flag and acknowledge mode.
Parameters:
Name Type Description transacted
Boolean flag that specifies if the session is transacted. acknowledgeMode
String specifies the type of acknowledge to be used for messages. Can be "PRE_ACK"
,"AUTO_ACK"
,"CLIENT_ACK"
,"DUPS_OK"
or"INDIVIDUAL_ACK"
. See JMS Extender documentation for more informations.Returns:
- Type
- QueueSession