| java.lang.Object com.sun.jbi.binding.jms.JMSReceiver
JMSReceiver | class JMSReceiver implements Runnable,JMSBindingResources(Code) | | The JMS Reciever class receives the Normalized Message from the NMS and
writes the contents to the directory specified in endpoints.xml.
author: Sun Microsystems Inc. |
Method Summary | |
public void | run() Blocking call on the service channel to receive the message. | public void | stopReceiving() Stops the receiving thread. |
JMSReceiver | public JMSReceiver(DeliveryChannel bc)(Code) | | Creates the JMSReceiver Thread.
Parameters: bc - Thread group for this receiver |
run | public void run()(Code) | | Blocking call on the service channel to receive the message. Right now,
we wait for 10 seconds. Can be made to configure.
|
stopReceiving | public void stopReceiving()(Code) | | Stops the receiving thread.
|
|
|