| Package | Description |
|---|---|
| org.wso2.transport.jms.contract | |
| org.wso2.transport.jms.impl | |
| org.wso2.transport.jms.receiver |
| Modifier and Type | Method and Description |
|---|---|
JMSServerConnector |
JMSConnectorFactory.createServerConnector(String serviceId,
Map<String,String> connectorConfig,
JMSListener jmsListener)
Returns an instance of the
JMSServerConnector using the given serviceId. |
| Modifier and Type | Method and Description |
|---|---|
JMSServerConnector |
JMSConnectorFactoryImpl.createServerConnector(String serviceId,
Map<String,String> connectorConfig,
JMSListener jmsListener) |
| Constructor and Description |
|---|
JMSMessageConsumer(JMSServerConnectionFactory connectionFactory,
boolean useReceiver,
JMSListener jmsListener,
String serviceId,
long retryInterval,
int maxRetryCount)
Create a JMS message consumer and start consuming messages.
|
JMSMessageConsumerBuilder(JMSServerConnectionFactory connectionFactory,
JMSListener jmsListener,
String serviceId)
Initialize the builder with mandatory properties.
|
JMSServerConnectorImpl(String serviceId,
Map<String,String> connectorConfig,
JMSListener jmsListener) |
Copyright © 2019 WSO2. All rights reserved.