Go to file
2002-05-02 17:08:58 +00:00
GNU-FDL.txt Initial creation. 2002-04-23 14:33:30 +00:00
GNU-GPL.txt Initial creation. 2002-04-23 14:33:30 +00:00
MQSSave.java Fix MQSSave usage print: replace MQSLoad by MSSave ! 2002-05-02 17:08:58 +00:00
ReadMe.txt Add and fill Compilation, Installation, Notes and Usage Example chapters. 2002-04-23 18:04:38 +00:00
ReleaseNotes.txt Add 1.0.0 entry. 2002-04-23 16:24:15 +00:00
ToDo.txt Add documentation need. 2002-04-23 16:26:08 +00:00

# $RCSfile: ReadMe.txt,v $
# $Revision: 1.2 $
# $Name:  $
# $Date: 2002/04/23 18:04:38 $
# $Author: giberta1 $





Compilation:
------------
	- Just type: "javac MQSSave.java" !



Installation:
-------------

	- You only need the MQSSave.class file.



Notes:
------

	- MQSSave has been tested with MQ/Series 5.2,

	- "-mb" argument accept a string with formated escape character:
		+ "\n" for newline,
		+ "\r" for return,
		+ "\t" for tabulation,
		+ "\\" for \.

	- Message break is used for message separator the batch file.
 
	- Windows text files: newline is specified as "\r\n",
	- Unix text files: newline is specified as "\n".

	- By default Message break is "\r\n".

	- This software is under the GNU General Public License. See GNU-GPL.txt.



Usage Example:
---------------

	- To save the messages of the MQ/Series "SWIFT-QUEUE" queu into a swift batch file "swift-batch.txt" with "---MESSAGE-BREAK---" message separator use:
		java MQSSave -mb "---MESSAGE-BREAK---\r\n" swift-batch.txt SWIFT-QUEUE