public interface JMSServerConnector
| Modifier and Type | Method and Description |
|---|---|
void |
start()
Start the server connector which actually starts listening for jms messages.
|
boolean |
stop()
Stops the server connector which actually closes the port.
|
void start()
throws JMSConnectorException
JMSConnectorException - if error occurred while starting the server connector.boolean stop()
throws JMSConnectorException
JMSConnectorException - if error occurred while stopping the server connector.Copyright © 2019 WSO2. All rights reserved.