Change MQSSave blah-blah to TSLaunch...

This commit is contained in:
giberta1 2002-05-02 13:15:37 +00:00
parent f4a2691324
commit 1acba01091
2 changed files with 10 additions and 24 deletions

View File

@ -1,7 +1,7 @@
# $RCSfile: ReadMe.txt,v $ # $RCSfile: ReadMe.txt,v $
# $Revision: 1.1 $ # $Revision: 1.2 $
# $Name: $ # $Name: $
# $Date: 2002/04/26 16:41:09 $ # $Date: 2002/05/02 13:15:37 $
# $Author: giberta1 $ # $Author: giberta1 $
@ -10,34 +10,21 @@
Compilation: Compilation:
------------ ------------
- Just type: "javac MQSSave.java" ! - Just type: "javac TSLaunch.java" !
Installation: Installation:
------------- -------------
- You only need the MQSSave.class file. - You only need the TSLauch.class and TSLaunch$Stream_Gobbler.class files.
Notes: Notes:
------ ------
- MQSSave has been tested with MQ/Series 5.2, - By default TimaStamp key is "TIME-STAMP".
- "-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. - This software is under the GNU General Public License. See GNU-GPL.txt.
@ -46,6 +33,5 @@ Notes:
Usage Example: 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: - To execute the program "toto.exe <output_file> <input_file>" with input_file as toto.txt and output_file with a variable name including a time-stamp (e.g. tata_<TIME-STAMP>.txt) use:
java MQSSave -mb "---MESSAGE-BREAK---\r\n" swift-batch.txt SWIFT-QUEUE java TSLaunch toto.exe tata_TIME-STAMP.txt titi.txt

View File

@ -1,7 +1,7 @@
# $RCSfile: ReleaseNotes.txt,v $ # $RCSfile: ReleaseNotes.txt,v $
# $Revision: 1.1 $ # $Revision: 1.2 $
# $Name: $ # $Name: $
# $Date: 2002/04/26 16:41:09 $ # $Date: 2002/05/02 13:15:37 $
# $Author: giberta1 $ # $Author: giberta1 $
@ -9,7 +9,7 @@
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
MQSSave V 1.0.0 - A. Gibert - 23/04/02 TSLaunch V 1.0.0 - A. Gibert - 02/05/02
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
First release. First release.