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