| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Return the ID string for this listener
|
void |
init(JsonSimpleConfig config)
Initialization method
|
void |
setPriority(int newPriority)
Sets the priority level for the thread.
|
void |
start()
Start the queue
|
void |
stop()
Stop the Queue Consumer
|
void init(JsonSimpleConfig config) throws Exception
config - Configuration to useIOException - if the configuration file not foundExceptionString getId()
void start()
throws Exception
javax.jms.JMSException - if an error occurred starting the JMS connectionsExceptionvoid stop()
throws Exception
Exception - if an error occurred stoppingvoid setPriority(int newPriority)
newPriority - The priority level to set the thread atCopyright © 2009-2013. All Rights Reserved.