org.objectweb.joram.mom.util
Class BridgePtpModule
- javax.jms.ExceptionListener, javax.jms.MessageListener, java.io.Serializable
public class BridgePtpModule
The BridgePtpModule
class is a bridge module based on the JMS
PTP semantics and classes.
- Serialized Form
agentId , clientID , cnx , cnxFact , cnxFactName , consumer , consumerDaemon , consumerSession , dest , destName , jndiFactory , jndiUrl , listener , notUsableMessage , password , producer , producerSession , qout , reconnectionDaemon , selector , usable , userName |
protected void | doConnect() - Opens a connection with the foreign JMS server and creates the
JMS PTP resources for interacting with the foreign JMS queue.
|
void | send(Message message) - Sends a message to the foreign JMS queue.
|
acknowledge , close , connect , doConnect , init , onException , onMessage , receive , receiveNoWait , send , setConsumer , setMessageListener , unsetConsumer , unsetMessageListener |
BridgePtpModule
public BridgePtpModule()
Constructs a BridgePtpModule
module.
doConnect
protected void doConnect()
throws JMSException
Opens a connection with the foreign JMS server and creates the
JMS PTP resources for interacting with the foreign JMS queue.
- doConnect in interface BridgeUnifiedModule
send
public void send(Message message)
throws JMSException
Sends a message to the foreign JMS queue.
- send in interface BridgeUnifiedModule
Copyright B) 2004 Scalagent - All rights reserved