Package com.sun.messaging


package com.sun.messaging

Provides the Eclipse OpenMQ(tm) public classes.

  • Class
    Description
    The AdminConnectionConfiguration class contains property names and special values for configuring the AdminConnectionFactory object.
    An AdminConnectionFactory is used by management clients to create JMX connections to the Message Queue broker.
    An AdministeredObject encapsulates behavior common to all Sun MQ Administered Objects and MQ Administered Object classes extend this class.
    A BasicConnectionFactory encapsulates OpenMQ specific configuration information for OpenMQ ConnectionFactory objects and is used to create Connections with a OpenMQ Jakarta Messaging provider.
    A BasicQueue represents an identity of a repository of messages used in the JMS Point-To-Point messaging domain.
    A BasicTopic represents an identity of a repository of messages used in the JMS Publish/Subscribe messaging domain.
    The ConnectionConfiguration class contains OpenMQ specific connection configuration property names and special values.
    A ConnectionFactory is used to create Connections with the OpenMQ Java Message Service (JMS) provider.
    A Destination encapsulates Sun MQ specific configuration information for Sun MQ Destination objects.
    The DestinationConfiguration class contains Sun MQ specific destination identity configuration property names and values.
    An InvalidPropertyException is thrown when a setProperty is called with an invalid property name parameter.
    An InvalidPropertyValueException is thrown when setProperty is called with an invalid property value parameter.
    The PropertyOwner interface is implemented by any property that owns other properties.
    A Queue represents an identity of a repository of messages used in the JMS Point-To-Point messaging domain.
    A QueueConnectionFactory is used to create QueueConnections with the OpenMQ Java Message Service (JMS) Point-to-Point (PTP) provider.
    A ReadOnlyPropertyException is thrown when an attempt is made to modify a JMQ AdministeredObject that has been set to read only.
    A Topic represents an identity of a repository of messages used in the JMS Publish/Subscribe messaging domain.
    A TopicConnectionFactory is used to create TopicConnections with the Sun MQ Java Message Service (JMS) Publish/Subscribe (Pub/Sub) provider.
    This class provides the Version information about the product.
    An XAConnectionFactory is used to create XAConnections with the OpenMQ Java Message Service (JMS) provider.
    An XAQueueConnectionFactory is used to create XAQueueConnections with a Java Message Service (JMS) Point-to-Point (PTP) provider.
    An XATopicConnectionFactory is used to create XATopicConnections with a Java Message Service (JMS) Publish/Subscribe (Pub/Sub) provider.