Package com.tibco.tibems.ufo
Provides classes for creating Unshared Failover (UFO) javax.jms.Connection.
-
Class Summary Class Description TibjmsUFOConnection UFO Implementation of javax.jms.Connection.TibjmsUFOConnectionFactory UFO Implementation of javax.jms.ConnectionFactory.TibjmsUFOQueue Implementation of javax.jms.Queue which can be used for administrative purposes.TibjmsUFOQueueConnection UFO Implementation of javax.jms.QueueConnection.TibjmsUFOQueueConnectionFactory UFO Implementation of javax.jms.QueueConnectionFactory.TibjmsUFOTopic Implementation of javax.jms.Topic which can be used for administrative purposes.TibjmsUFOTopicConnection UFO Implementation of javax.jms.TopicConnection.TibjmsUFOTopicConnectionFactory UFO Implementation of javax.jms.TopicConnectionFactory. -
Exception Summary Exception Description TibjmsUFOConnectionFailureException This exception can be thrown when Jakarta Messaging methods are invoked inside of a message listener callback and those calls encounter a broken connection.