org.apache.qpid.example.subscriber
Class MonitoredSubscriptionWrapper
java.lang.Object
org.apache.qpid.example.subscriber.MonitoredSubscriptionWrapper
public class MonitoredSubscriptionWrapper
- extends Object
Allows you to simply start a monitored subscriber
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 |
MonitoredSubscriptionWrapper
public MonitoredSubscriptionWrapper()
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