org.apache.qpid.example.subscriber
Class SubscriptionWrapper

java.lang.Object
  extended by org.apache.qpid.example.subscriber.SubscriptionWrapper

public class SubscriptionWrapper
extends Object

Allows you to simply start a subscriber


Constructor Summary
SubscriptionWrapper()
           
 
Method Summary
static void main(String[] args)
          Create a subscriber and start it
static void stop()
          Stop subscribing now ...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubscriptionWrapper

public SubscriptionWrapper()
Method Detail

main

public static void main(String[] args)
Create a subscriber and start it

Parameters:
args -

stop

public static void stop()
Stop subscribing now ...



Licensed to the Apache Software Foundation