tibemsAdmin
Type
Purpose
Represent an administrative connection to the server.
Remarks
tibemsAdmin
provides an administrative connection to the server. To use these functions, first create an administrative connection to the server with
tibemsAdmin_Create
. With that connection you can retrieve information about the server and its components at runtime.
Function | Description |
---|---|
tibemsAdmin_Close
|
Close the administrative connection to the server. |
tibemsAdmin_Create
|
Create an administration connection to a server. |
tibemsAdmin_GetCommandTimeout
|
Get the command timeout. |
tibemsAdmin_GetConsumer
|
Get consumer with specified ID. |
tibemsAdmin_GetConsumers
|
Return consumers matching specified filters. |
tibemsAdmin_GetInfo
|
Get the current set of server metrics. |
tibemsAdmin_GetProducerStatistics
|
Return statistical information about producers that match the specified parameters. |
tibemsAdmin_GetQueue
|
Get information about a queue of the given queue name. |
tibemsAdmin_GetQueues
|
Get the queues that match the given pattern and the given permanence type. |
tibemsAdmin_GetSubscriptions
|
Return subscriptions matching the specified filters. |
tibemsAdmin_GetTopic
|
Get the topic for the given topic name. |
tibemsAdmin_GetTopics
|
Get the topics that match the given pattern and the given permanence type. |
tibemsAdmin_SetCommandTimeout
|
Set the command timeout. |
tibemsAdmin_SetExceptionListener
|
Set an exception listener for the connection used by the administration API to communicate with the EMS server. |
Subtopics