org.apache.qpid.example.subscriber
Class MonitoredSubscriptionWrapper

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

public class MonitoredSubscriptionWrapper
extends Object

Allows you to simply start a monitored subscriber


Constructor Summary
MonitoredSubscriptionWrapper()
           
 
Method Summary
static void main(String[] args)
          Create a monitored 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

MonitoredSubscriptionWrapper

public MonitoredSubscriptionWrapper()
Method Detail

main

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

Parameters:
args - - no params required

stop

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



Licensed to the Apache Software Foundation