Operation |
Return Type |
Description |
Parameters |
createQueue |
boolean |
Create a JMS Queue |
|
createQueue |
boolean |
Create a JMS Queue |
|
createQueue |
boolean |
Create a JMS Queue |
|
createQueue |
boolean |
Create a JMS Queue |
|
destroyQueue |
boolean |
Destroy a JMS Queue |
|
createTopic |
boolean |
Create a JMS Topic |
|
createTopic |
boolean |
Create a JMS Topic |
|
destroyTopic |
boolean |
Destroy a JMS Topic |
|
createConnectionFactory |
void |
Create a JMS ConnectionFactory |
|
createConnectionFactory |
void |
createConnectionFactory |
|
createConnectionFactory |
void |
Create a JMS ConnectionFactory |
|
createConnectionFactory |
void |
Create a JMS ConnectionFactory |
|
destroyConnectionFactory |
void |
Destroy a JMS ConnectionFactory |
|
listRemoteAddresses |
[Ljava.lang.String; |
List the client addresses which match the given IP Address |
|
listRemoteAddresses |
[Ljava.lang.String; |
List the client addresses |
|
closeConnectionsForAddress |
boolean |
Closes all the connections for the given IP Address |
|
listConnectionIDs |
[Ljava.lang.String; |
List all the connection IDs |
|
listSessions |
[Ljava.lang.String; |
List the sessions for the given connectionID |
|
listPreparedTransactionDetailsAsJSON |
java.lang.String |
List all the prepared transaction, sorted by date, oldest first, with details, in JSON format |
|
listPreparedTransactionDetailsAsHTML |
java.lang.String |
List all the prepared transaction, sorted by date, oldest first, with details, in HTML format |
|
listConnectionsAsJSON |
java.lang.String |
List all JMS connections |
|
listConsumersAsJSON |
java.lang.String |
List all JMS consumers associated to a JMS Connection |
|
listAllConsumersAsJSON |
java.lang.String |
List all JMS consumers associated to a JMS Connection |
|
listTargetDestinations |
[Ljava.lang.String; |
Lists all addresses to which the designated session has sent messages |
|
getLastSentMessageID |
java.lang.String |
Returns the last sent message's ID from the given session to an address |
|
getSessionCreationTime |
java.lang.String |
Gets the sessions creation time |
|
listSessionsAsJSON |
java.lang.String |
List the sessions for the given connectionID |
|