Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.activemq.demo
Class SimpleConsumer  view SimpleConsumer download SimpleConsumer.java

java.lang.Object
  extended byorg.activemq.demo.SimpleConsumer

public class SimpleConsumer
extends java.lang.Object

A simple polymorphic JMS consumer which can work with Queues or Topics which uses JNDI to lookup the JMS connection factory and destination

Version:
$Revision: 1.1.1.1 $

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

SimpleConsumer

public SimpleConsumer()
Method Detail

main

public static void main(java.lang.String[] args)