9 Commits

Author SHA1 Message Date
agibert
ffb13ee948 - Total loader rewrite using byte data type: Raw file loading implemenred,
- Add MQ character set support,
- Add Character Set option (-cs).
2008-12-09 15:01:02 +00:00
agibert
542f5b9bd6 - Improve code structuration,
- Fix Message Count = 0 handling,
- Fix printout.
2008-12-04 15:02:16 +00:00
agibert
bc2254cab8 First step to 2.0.*:
- Code cleanup,
- Add message skip option "-ms",
- Add message count option "-mc",
- Add repeat count option "-rc",
- Fix Java 1.4 compatibility.
2008-12-04 10:45:06 +00:00
agibert
f12bcae985 WARNING: Fix a big bug in Load_File() method: all previous MQSLoad versions can corrupt messages during loading !!! 2008-11-14 00:00:51 +00:00
agibert
67b4a7aa8b Fix elapsed time computation ! 2008-11-10 01:50:19 +00:00
agibert
99d17a844e Fix usage print out. 2008-01-03 13:45:42 +00:00
agibert
ded4a3926f Add sleep time option "-st". 2007-12-11 16:46:37 +00:00
agibert
d882d2a6a1 Add queue manager name option "-qm". 2007-06-05 09:22:43 +00:00
agibert
2c55f4ac61 Add in 1.2.0 entry:
Add queue manager name option "-qm".
2007-06-05 09:21:44 +00:00
3 changed files with 897 additions and 553 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,8 +1,8 @@
# $RCSfile: ReadMe.txt,v $ # $RCSfile: ReadMe.txt,v $
# $Revision: 1.7 $ # $Revision: 1.8 $
# $Name: $ # $Name: $
# $Date: 2002/05/21 15:22:00 $ # $Date: 2007/12/11 16:46:37 $
# $Author: giberta1 $ # $Author: agibert $
@@ -24,7 +24,7 @@ Installation:
Notes: Notes:
------ ------
- MQSLoad has been tested with MQ/Series 5.2, - MQSLoad has been tested with MQ/Series 5.2, 5.3 and WMQ 6.0
- "-fb" and "-mb" arguments accept a string with formated escape character: - "-fb" and "-mb" arguments accept a string with formated escape character:
+ "\n" for newline, + "\n" for newline,

View File

@@ -1,15 +1,61 @@
# $RCSfile: ReleaseNotes.txt,v $ # $RCSfile: ReleaseNotes.txt,v $
# $Revision: 1.6 $ # $Revision: 1.12 $
# $Name: $ # $Name: $
# $Date: 2002/05/21 15:55:17 $ # $Date: 2008/12/04 10:45:06 $
# $Author: giberta1 $ # $Author: agibert $
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
MQSLoad V 1.1.3 - A. Gibert - 21/05/02 MQSLoad V 2.0.0 - A. Gibert - 2008/12/03
--------------------------------------------------------------------------------
- Major code cleanup,
- Add message skip option "-ms",
- Add message count option "-mc",
- Add repeat count option "-rc",
- Fix Java 1.4 compatibility.
--------------------------------------------------------------------------------
MQSLoad V 1.3.2 - A. Gibert - 2008/11/14
--------------------------------------------------------------------------------
- WARNING: Fix a big bug in Load_File() method: all previous MQSLoad versions
can corrupt messages during loading !!!
- Fix elapsed time computation !
--------------------------------------------------------------------------------
MQSLoad V 1.3.1 - A. Gibert - 2008/01/03
--------------------------------------------------------------------------------
Fix usage print out.
--------------------------------------------------------------------------------
MQSLoad V 1.3.0 - C. Colin / A. Gibert - 2007/12/10
--------------------------------------------------------------------------------
Add sleep time option "-st".
--------------------------------------------------------------------------------
MQSLoad V 1.2.0 - A. Gibert - 2007/06/05
--------------------------------------------------------------------------------
Add queue manager name option "-qm".
--------------------------------------------------------------------------------
MQSLoad V 1.1.4 - A. Gibert - 2002/05/21
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
Add message tail option "-mt", Add message tail option "-mt",
@@ -19,7 +65,7 @@ Add version, date and author print out.
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
MQSLoad V 1.1.2 - A. Gibert - 06/05/02 MQSLoad V 1.1.2 - A. Gibert - 2002/05/06
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
Add return code handling. Add return code handling.
@@ -27,7 +73,7 @@ Add return code handling.
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
MQSLoad V 1.1.1 - A. Gibert - 02/05/02 MQSLoad V 1.1.1 - A. Gibert - 2002/05/02
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
Add Keep Message Break support, Add Keep Message Break support,
@@ -36,7 +82,7 @@ Add -kmb option.
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
MQSLoad V 1.1.0 - A. Gibert - 23/04/02 MQSLoad V 1.1.0 - A. Gibert - 2002/04/23
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
Add string field break and string message break support, Add string field break and string message break support,
@@ -51,7 +97,7 @@ Add GPL and FDL licenses files.
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
MQSLoad V 1.0.0 - A. Gibert - 12/07/01 MQSLoad V 1.0.0 - A. Gibert - 2001/07/12
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
First release, First release,