|
API Method Name |
Description |
|---|---|
|
getServerProperties |
Returns the server properties. |
|
isServerReady |
Checks if the message server is ready. |
|
getXids |
Returns a list of transactions on the message server. |
|
rollbackXid |
Rolls back a specified transaction on the message server. |
|
getTopicProperties |
Retrieves the specified topic properties. |
|
getTopics |
Retrieves the list of topics on the message server. |
|
getTopicsWithHeaders |
Returns a list of topics with header properties on the message server. |
|
getTemporaryTopics |
Retrieves a list of temporary topics. |
|
createTopic |
Creates a new specified topic with the specified name on the message server. |
|
deleteTopic |
Deletes a specified topic on the message server. |
|
getTopicMessage |
Returns a message body of a specified message of a specified topic. |
|
getTopicMsgProperties |
Returns the specified topic message properties. |
|
getTopicMsgPropertiesList |
Returns a list of messages with the properties for the given start message index. |
|
getSubscribers |
Returns a list of subscribers for a specified topic. |
|
changeTopicTextMessage |
Changes the content of a specified text message of a specified topic. |
|
changeTopicBytesMessage |
Changes the content of a specified bytes message of a specified topic. |
|
deleteTopicMessage |
Deletes a specified message from a specified topic. |
|
getTopicMessageType |
Returns the message type of a specified message from a specified topic. |
|
suspendTopic |
Suspends a specified topic. |
|
resumeTopic |
Resumes the suspended topic. |
|
submitNewMessage |
Submits a new message to a specified topic or queue on the message server. |
|
createTopicDurableSubscriber |
Creates a new specified topic durable subscriber for a specified topic on the message server. |
|
unsubscribeDurableSubscriber |
Unsubscribes a specified durable subscription on the message server. |
|
republishTopicMessage |
Resends a specified journalled message to a specified queue on the message server. |
|
getTopicStatistics |
Returns the statistics of a specified topic on the message server. |
|
getQeueueProperties |
Retrieves the queue properties. |
|
getQueues |
Retrieves the list of queues on the message server. |
|
getQueuesWithHeaders |
Returns a list of queues with header properties on the message server. |
|
getTemporaryQueues |
Retrieves the list of temporary queues. |
|
createQueue |
Creates a new queue with the specified name on the message server. |
|
deleteQueue |
Deletes a specified queue on the message server. |
|
getQueueMsgProperties |
Returns the specified topic message properties. |
|
getQueueMsgPropertiesList |
Returns a list of messages with its properties for the given start message index. |
|
getQueueMessage |
Returns a message body of a specified message of a queue. |
|
getReceivers |
Returns a list of receivers for a specified queue. |
|
changeQueueTextMessage |
Changes the content of a specified text message of a queue. |
|
changeQueueBytesMessage |
Changes the content of a specified bytes message of a specified queue. |
|
deleteQueueMessage |
Deletes a specified message from a specified queue. |
|
getQueueMessageType |
Returns the message type of a specified message of the queue. |
|
suspendQueue |
Suspends a specified queue. |
|
resumeQueue |
Resumes the suspended queue. |
|
resendQueueMessage |
Republishes a specified journalled message to a specified topic on the message server. |
|
getQueueStatistics |
Returns the statistics of a specified queue on the message server. |