Uses of Class
com.googlecode.fascinator.common.messaging.MessagingException

Packages that use MessagingException
com.googlecode.fascinator.common.messaging   
 

Uses of MessagingException in com.googlecode.fascinator.common.messaging
 

Methods in com.googlecode.fascinator.common.messaging that throw MessagingException
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-2012. All Rights Reserved.