jBroker® MQ 2.1

Package com.sssw.jms.api

jBroker MQ extensions to the JMS API.

See:
          Description

Interface Summary
JMQConnection The base class for jBroker MQ connections.
JMQFileMessage A JMQFileMessage object is used to send a message containing one or more files (java.io.File objects).
JMQQueueConnection jBroker MQ queue connection.
JMQSession A JMQSession defines additional message acknowledgement modes and supports a factory method for creating XML and SOAP messages.
JMQSOAPMessage A JMQSOAPMessage object is used to send a message containing a javax.xml.soap.SOAPMessage.
JMQTopicConnection jBroker MQ topic connection.
JMQXAQueueConnection jBroker MQ XA queue connection.
JMQXATopicConnection jBroker MQ XA topic connection.
JMQXMLMessage A JMQXMLMessage object is used to send a message containing a org.w3c.dom.Document.
 

Class Summary
JMQAdministeredObject JMS administered objects are local Java objects containing JMS configuration information that are created by a JMS administrator and later used by JMS clients.
JMQConnectionFactory Factory for creating JMS connections in JBroker MQ.
JMQDatabase Create an in-process jBroker MQ database controller.
JMQDestination The jBroker MQ Destination.
JMQMessageBean A jBroker MQ utility class for easy creation of message consumers.
JMQMessageService A class for creating an in-process jBroker MQ Java Message Service.
JMQQueue A JBroker MQ Queue object encapsulates a queue name.
JMQQueueConnectionFactory A client uses a JMQQueueConnectionFactory to create JMQQueueConnection's.
JMQQueueRequestor The JMQQueueRequestor helper class simplifies making service requests.
JMQServerInfo A JMQServerInfo object encapsulates host and port information about a jBroker MQ server.
JMQTopic A JBroker MQ Topic object encapsulates a topic name.
JMQTopicConnectionFactory A client uses a JMQTopicConnectionFactory to create JMQTopicConnection's.
JMQTopicRequestor The JMQTopicRequestor helper class simplifies making service requests.
JMQXAQueueConnectionFactory A client uses a JMQXAQueueConnectionFactory to create JMQXAQueueConnection's.
JMQXATopicConnectionFactory A client uses a JMQXATopicConnectionFactory to create JMQXATopicConnection's.
 

Exception Summary
JMQConnectionLostException This exception is raised when a client looses the connection to its JMS server(s).
JMQMessageNotDeliveredException This exception is raised if a MessageListener's onMessage method continously raises an un-checked exception.
JMQXAException This exception extends javax.transaction.xa.XAException to provide additional information about an XA exception.
 

Package com.sssw.jms.api Description

jBroker MQ extensions to the JMS API.


jBroker® MQ 2.1

jBroker is a registered trademark of Novell, Inc.
Copyright 1998-2003 Novell, Inc. All Rights Reserved.