Uses of Package
org.apache.axis2.transport.jms
-
Packages that use org.apache.axis2.transport.jms Package Description org.apache.axis2.transport.jms Transport implementation for JMS. -
Classes in org.apache.axis2.transport.jms used by org.apache.axis2.transport.jms Class Description JMSConnectionFactory Encapsulate a JMS Connection factory definition within an Axis2.xml JMS Connection Factory definitions, allows JNDI properties as well as other service level parameters to be defined, and re-used by each service that binds to it When used for sending messages out, the JMSConnectionFactory'ies are able to cache a Connection, Session or ProducerJMSEndpoint Class that links an Axis2 service to a JMS destination.JMSListener The revamped JMS Transport listener implementation.JMSMessageReceiver This is the JMS message receiver which is invoked when a message is received.JMSMessageSender Performs the actual sending of a JMS message, and the subsequent committing of a JTA transaction (if requested) or the local session transaction, if used.ServiceTaskManager Each service will have one ServiceTaskManager instance that will create, manage and also destroy idle tasks created for it, for message receipt.