| Package | Description |
|---|---|
| org.wso2.mb.integration.common.clients |
| Modifier and Type | Method and Description |
|---|---|
void |
AndesClient.startClient()
Starts up the consumer(s) or publisher(s) to consume or publish messages.
|
void |
AndesJMSConsumer.startClient()
Starts up the publisher or consumer.
|
void |
AndesJMSPublisher.startClient()
Starts up the publisher or consumer.
|
abstract void |
AndesJMSBase.startClient()
Starts up the publisher or consumer.
|
abstract void |
AndesJMSBase.stopClient()
Stops the publisher or consumer
|
| 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.
|
Copyright © 2019 WSO2. All rights reserved.