|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.xbus.tools.QDump
public class QDump
The QDump
uses a QueueBrowser
interface to look
a messages on a queue without removing them and to print them one after
another on the console. The browse methods return a java.util.Enumeration
that is used to scan the queue's messages. The output of the messages are
separated from each other by following string:
"||||nextMessage||||"
Constructor Summary | |
---|---|
QDump()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
The main method creates a JMS-QueueBrowser for the given
queue and prints each message from the enumeration after other on the
console. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QDump()
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.lang.Exception
main
method creates a JMS-QueueBrowser for the given
queue and prints each message from the enumeration after other on the
console. The output of the messages are separated from each other by
following string:
"||||nextMessage||||"
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |