| Package | Description |
|---|---|
| com.googlecode.fascinator.common.messaging |
| Modifier and Type | Method and Description |
|---|---|
static MessagingServices |
MessagingServices.getInstance()
Get messaging service instance
|
javax.jms.Connection |
MessagingServices.newConnection()
Establish a new JMS Connection to the local broker
|
javax.jms.Session |
MessagingServices.newSession()
Establish a new JMS Session on an existing connection to the local broker
|
void |
MessagingServices.onEvent(Map<String,String> param)
To put events to subscriber queue
|
void |
MessagingServices.publishMessage(String name,
String msg)
Sends a textual message to the named topic of the local broker.
|
void |
MessagingServices.publishMessage(String brokerUrl,
String name,
String msg)
Sends a textual message to the named topic on any broker.
|
void |
MessagingServices.queueMessage(String name,
String msg)
Sends a textual message to a named JMS queue on the local broker
|
void |
MessagingServices.queueMessage(String brokerUrl,
String name,
String msg)
Sends a textual message to a named JMS queue on any broker.
|
void |
MessagingServices.sendMessage(String brokerUrl,
javax.jms.Destination destination,
javax.jms.TextMessage msg)
Sends a JMS message to an instantiated JMS destination.
|
Copyright © 2009-2013. All Rights Reserved.