public interface JMSClient
| Modifier and Type | Field and Description |
|---|---|
static String |
JMSCLIENT_KEY_PREFIX |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
connect() |
boolean |
hasActiveConsumer() |
void |
send(AsyncMessage message) |
void |
send(Map<String,?> params,
Object msg,
long timeToLive) |
void |
subscribe(CommandMessage message) |
void |
subscribe(String selector,
String destination,
String topic) |
void |
unsubscribe(CommandMessage message) |
static final String JMSCLIENT_KEY_PREFIX
void subscribe(CommandMessage message) throws Exception
Exceptionvoid subscribe(String selector, String destination, String topic) throws Exception
Exceptionvoid unsubscribe(CommandMessage message) throws Exception
Exceptionvoid send(Map<String,?> params, Object msg, long timeToLive) throws Exception
Exceptionvoid send(AsyncMessage message) throws Exception
Exceptionboolean hasActiveConsumer()