|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gcube.messaging.common.producer.ActiveMQClient
public class ActiveMQClient
JMS Client that sends message to ActiveMQ Broker
| Method Summary | |
|---|---|
static ActiveMQClient |
getSingleton()
|
void |
run()
|
void |
sendMessage(GCUBEMessage message,
java.lang.String... selectorType)
Sene Message using the ActiveMQ topicConnection |
void |
sendMessageToQueue(GCUBEMessage message)
Sends message to a a QUEUE destination |
void |
setSingleton(ActiveMQClient singleton)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void sendMessage(GCUBEMessage message,
java.lang.String... selectorType)
message - the GCUBEMessage to sendselectorType - the Selector value (optional)public void sendMessageToQueue(GCUBEMessage message)
message - the GCUBEMessage to sendpublic static ActiveMQClient getSingleton()
public void setSingleton(ActiveMQClient singleton)
public void run()
run in interface java.lang.Runnable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||