net.sf.xbus.tools
Class QLoad

java.lang.Object
  extended by net.sf.xbus.tools.QLoad

public class QLoad
extends java.lang.Object

The QLoad removes all separators between the messages and, using a QueueSender interface, sends these messages in their initial form to a queue.


Constructor Summary
QLoad()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main method reads, using BufferedReader, text from a character-input stream, writes it to the StringBuffer, removes all separators between the messages and sends these messages in their initial form to a queue.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QLoad

public QLoad()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
The main method reads, using BufferedReader, text from a character-input stream, writes it to the StringBuffer, removes all separators between the messages and sends these messages in their initial form to a queue.

Throws:
java.lang.Exception