org.jboss.jms.serverless.client
Class CommonInterfacePublisher

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

public class CommonInterfacePublisher
extends java.lang.Object

A simple JMS client that publishes messages on a topic. It uses the common JMS 1.1 interfaces.


Constructor Summary
CommonInterfacePublisher()
           
 
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

CommonInterfacePublisher

public CommonInterfacePublisher()
Method Detail

main

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