org.jboss.jms.serverless.client
Class CommonInterfaceQueueReceiver

java.lang.Object
  extended byorg.jboss.jms.serverless.client.CommonInterfaceQueueReceiver

public class CommonInterfaceQueueReceiver
extends java.lang.Object

A simple JMS client that receives messages from a queue. It uses the common JMS 1.1 interfaces.


Constructor Summary
CommonInterfaceQueueReceiver()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonInterfaceQueueReceiver

public CommonInterfaceQueueReceiver()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception