Module tibco_ems::admin[][src]

Tibco EMS admin functions.

Structs

BridgeInfo

holds static bridge information

QueueInfo

holds static queue information

TopicInfo

holds static topic information

Enums

AdminCommands

admin command codes used on the admin queue

OverflowPolicy

available overflow policies

ServerState

server states

Functions

connect

open a connection to the Tibco EMS server for administrative purposes

create_bridge

create a bridge

create_queue

creates a queue on the EMS

create_topic

creates a topic on the EMS

delete_bridge

delete a bridge

delete_queue

deletes a queue from the EMS

delete_topic

deletes a topic from the EMS

get_server_state

get server state

list_all_queues

lists all queues present on the EMS

list_all_topics

lists all topics present on the EMS