public interface MessagingClient
| Modifier and Type | Method and Description |
|---|---|
void |
start()
Starts the client, begins listening for messages
|
void |
stop(boolean unsubscribe)
Stops the client, stops listening for messages, and closes
down connections
|
void start()
throws MessagingException
MessagingExceptionvoid stop(boolean unsubscribe) throws MessagingException
unsubscribe - - set to true in order to remove all durable
subscriptionsMessagingExceptionCopyright © 2015 DuraSpace. All Rights Reserved.