Package org.hornetq.api.jms.management

Management API for HornetQ JMS resources.

See:
          Description


Interface Summary
ConnectionFactoryControl A ConnectionFactoryControl is used to manage a JMS ConnectionFactory.
DestinationControl A DestinationControl is used to manage a JMS Destination.
JMSQueueControl A JMSQueueControl is used to manage a JMS queue.
JMSServerControl A JMSSserverControl is used to manage HornetQ JMS server.
TopicControl A TopicControl is used to manage a JMS Topic.
 

Class Summary
JMSConnectionInfo A JMSConnectionInfo
JMSConsumerInfo Helper class to create Java Objects from the JSON serialization returned by JMSServerControl.listConsumersAsJSON(String) and related methods.
JMSManagementHelper Helper class to use JMS messages to manage HornetQ server resources.
JMSSessionInfo A JMSSessionInfo
SubscriptionInfo Helper class to create Java Objects from the JSON serialization returned by TopicControl.listAllSubscriptionsAsJSON() and related methods.
 

Package org.hornetq.api.jms.management Description

Management API for HornetQ JMS resources.
HornetQ JMS resources can be managed either using JMX or by sending JMS management messages to the server's special management address. Please refer to the user manual for more information.



Copyright © 2009 Red Hat Inc. All Rights Reserved.