| Package | Description |
|---|---|
| org.apache.axis2.transport.jms |
JMS Listener Configuration (axis2.xml)
|
| Class and 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 Producer
|
| JMSEndpoint
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.
|
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.