xflow.test
Class TestJMSSubscriber2

java.lang.Object
  extended byxflow.test.TestJMSSubscriber2
All Implemented Interfaces:
javax.jms.MessageListener

public class TestJMSSubscriber2
extends java.lang.Object
implements javax.jms.MessageListener


Constructor Summary
TestJMSSubscriber2()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void onMessage(javax.jms.Message msg)
           
 void start(java.lang.String topic)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestJMSSubscriber2

public TestJMSSubscriber2()
Method Detail

onMessage

public void onMessage(javax.jms.Message msg)
Specified by:
onMessage in interface javax.jms.MessageListener

start

public void start(java.lang.String topic)
           throws XflowException
Throws:
XflowException

main

public static void main(java.lang.String[] args)
                 throws XflowException,
                        javax.jms.JMSException
Throws:
XflowException
javax.jms.JMSException