|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.xbus.tools.QReceiver
public class QReceiver
The QReceiver
uses a QueueReceiver
interface to
receive messages that have been delivered to a queue and to print them
together with their ordinal number on the console.
Constructor Summary | |
---|---|
QReceiver()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
The main method creates a JMS QueueReceiver for the given
queue, receives messages that have been delivered to this queue within
the specified timeout interval and prints them together with their
ordinal number on the console. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QReceiver()
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.lang.Exception
main
method creates a JMS QueueReceiver for the given
queue, receives messages that have been delivered to this queue within
the specified timeout interval and prints them together with their
ordinal number on the console.
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |