| Package | Description |
|---|---|
| org.wso2.mb.integration.common.clients | |
| org.wso2.mb.integration.common.clients.configurations |
| Modifier and Type | Field and Description |
|---|---|
protected AndesJMSClientConfiguration |
AndesJMSBase.jmsConfig
The configuration file used in creating the JMS publishers and consumers.
|
| Modifier and Type | Method and Description |
|---|---|
abstract AndesJMSClientConfiguration |
AndesJMSBase.getConfig()
Gets the configuration.
|
| Constructor and Description |
|---|
AndesClient(AndesJMSClientConfiguration config,
boolean createConsumersAndProducers)
Creates a single consumer or publisher based on the configuration passed
|
AndesClient(AndesJMSClientConfiguration config,
int numberOfThreads,
boolean createConsumersAndProducers)
The constructor used for creating multiple consumer or publishers based on the configuration
passed.
|
AndesJMSBase(AndesJMSClientConfiguration config)
Creates the initial context.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AndesJMSConsumerClientConfiguration
This class represents the Andes client consumer configuration.
|
class |
AndesJMSPublisherClientConfiguration
This class represents the Andes client publisher configuration.
|
| Constructor and Description |
|---|
AndesJMSClientConfiguration(AndesJMSClientConfiguration config)
Copy constructor for the client.
|
AndesJMSConsumerClientConfiguration(AndesJMSClientConfiguration config)
The copy constructor for the JMS base class.
|
AndesJMSPublisherClientConfiguration(AndesJMSClientConfiguration config)
The copy constructor for the JMS base class.
|
Copyright © 2019 WSO2. All rights reserved.