Package com.sun.messaging
package com.sun.messaging
Provides the Eclipse OpenMQ(tm) public classes.
-
ClassDescriptionThe
AdminConnectionConfiguration
class contains property names and special values for configuring theAdminConnectionFactory
object.AnAdminConnectionFactory
is used by management clients to create JMX connections to the Message Queue broker.AnAdministeredObject
encapsulates behavior common to all Sun MQ Administered Objects and MQ Administered Object classes extend this class.ABasicConnectionFactory
encapsulates OpenMQ specific configuration information for OpenMQConnectionFactory
objects and is used to create Connections with a OpenMQ Jakarta Messaging provider.ABasicQueue
represents an identity of a repository of messages used in the JMS Point-To-Point messaging domain.ABasicTopic
represents an identity of a repository of messages used in the JMS Publish/Subscribe messaging domain.TheConnectionConfiguration
class contains OpenMQ specific connection configuration property names and special values.AConnectionFactory
is used to create Connections with the OpenMQ Java Message Service (JMS) provider.ADestination
encapsulates Sun MQ specific configuration information for Sun MQDestination
objects.TheDestinationConfiguration
class contains Sun MQ specific destination identity configuration property names and values.AnInvalidPropertyException
is thrown when a setProperty is called with an invalid property name parameter.AnInvalidPropertyValueException
is thrown when setProperty is called with an invalid property value parameter.ThePropertyOwner
interface is implemented by any property that owns other properties.AQueue
represents an identity of a repository of messages used in the JMS Point-To-Point messaging domain.AQueueConnectionFactory
is used to create QueueConnections with the OpenMQ Java Message Service (JMS) Point-to-Point (PTP) provider.AReadOnlyPropertyException
is thrown when an attempt is made to modify a JMQAdministeredObject
that has been set to read only.ATopic
represents an identity of a repository of messages used in the JMS Publish/Subscribe messaging domain.ATopicConnectionFactory
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.AnXAConnectionFactory
is used to create XAConnections with the OpenMQ Java Message Service (JMS) provider.AnXAQueueConnectionFactory
is used to create XAQueueConnections with a Java Message Service (JMS) Point-to-Point (PTP) provider.AnXATopicConnectionFactory
is used to create XATopicConnections with a Java Message Service (JMS) Publish/Subscribe (Pub/Sub) provider.