| Package | Description |
|---|---|
| org.apache.axis2.transport.jms |
JMS Listener Configuration (axis2.xml)
|
| Modifier and Type | Method and Description |
|---|---|
JMSConnectionFactory |
JMSEndpoint.getCf() |
JMSConnectionFactory |
JMSListener.getConnectionFactory(org.apache.axis2.description.AxisService service)
Return the connection factory name for this service.
|
JMSConnectionFactory |
JMSOutTransportInfo.getJmsConnectionFactory() |
JMSConnectionFactory |
JMSConnectionFactoryManager.getJMSConnectionFactory(Map<String,String> props)
Get the JMS connection factory that matches the given properties, i.e.
|
JMSConnectionFactory |
JMSConnectionFactoryManager.getJMSConnectionFactory(String name)
Get the JMS connection factory with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
static ServiceTaskManager |
ServiceTaskManagerFactory.createTaskManagerForService(JMSConnectionFactory jcf,
org.apache.axis2.description.AxisService service,
org.apache.axis2.transport.base.threads.WorkerPool workerPool)
Create a ServiceTaskManager for the service passed in and its corresponding JMSConnectionFactory
|
| Constructor and Description |
|---|
JMSMessageSender(JMSConnectionFactory jmsConnectionFactory,
String targetAddress)
Create a JMSSender using a JMSConnectionFactory and target EPR
|
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.