Commit Graph

48 Commits

Author SHA1 Message Date
agibert
bf1d811041 - Add MQV7 support (Thanks to Yves MOYROUD !) 2013-11-08 17:15:45 +00:00
agibert
b7fcd00035 Minor fix. 2009-01-05 17:47:15 +00:00
agibert
44a23a3a7f Minor Cleanup. 2009-01-05 17:45:40 +00:00
agibert
d6b7c66a7b Fix release date. 2009-01-05 17:43:32 +00:00
agibert
5c1c862d5e Document new options and add an example. 2009-01-05 16:16:59 +00:00
agibert
c939079819 - Add message priority option "-mp",
- Fix usage print out.
2008-12-18 17:23:36 +00:00
agibert
87802fb8c3 - Fix "-cc" usage print. 2008-12-12 10:48:54 +00:00
agibert
d1b66d0c6f - start to improve docs... 2008-12-12 10:47:06 +00:00
agibert
0496074951 - Add character convert option "-cc" 2008-12-12 00:00:31 +00:00
agibert
ee82f99ecc - Minor code changes. 2008-12-11 14:17:18 +00:00
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
giberta1
d327c3e4e9 Add in 1.1.3 entry:
Add version, date and author print out.
2002-05-21 15:55:17 +00:00
giberta1
15b8cece80 Add version, date and author print out. 2002-05-21 15:48:09 +00:00
giberta1
20cc7fc471 Add message tail option "-mt" explanations and example. 2002-05-21 15:22:00 +00:00
giberta1
402f904383 Add 1.1.3 entry:
Add message tail option "-mt",
    Add MQQueueManager() auto retry.
2002-05-21 15:08:37 +00:00
giberta1
f3b64d8cc5 Add message tail option "-mt",
Add MQQueueManager() auto retry.
2002-05-21 15:06:27 +00:00
giberta1
c03202827e Replace SWIFTABORT by SWIFTERROR. 2002-05-21 15:00:45 +00:00
giberta1
5bd41e53ef Add 1.1.2 entry:
Add return code handling.
2002-05-06 09:57:19 +00:00
giberta1
0ffc88e129 Add System.exit() handling. 2002-05-06 09:52:24 +00:00
giberta1
7187b8e088 Initial creation. 2002-05-03 17:26:19 +00:00
giberta1
79e9c52f34 Initial creation. 2002-05-02 17:31:18 +00:00
giberta1
982b8533a1 Add "message breaks are striped by default". 2002-05-02 17:24:15 +00:00
giberta1
895119edc8 Add -kmb description. 2002-05-02 17:22:48 +00:00
giberta1
a886c59026 Add 1.1.1 entry:
Add Keep Message Break support,
    Add -kmb option.
2002-05-02 17:17:28 +00:00
giberta1
eafca20611 Add Keep Message Break support,
Add -kmb option.
2002-05-02 17:09:35 +00:00
giberta1
d02756a1f2 Fix minor spelling bug. 2002-04-23 18:06:55 +00:00
giberta1
ff4e50d58c Add GPL license. 2002-04-23 17:17:14 +00:00
giberta1
9c43a21b50 Add and fill Compilation, Installation, Notes and Usage Examples chapters. 2002-04-23 17:13:45 +00:00
giberta1
10646d1aed Add documentation need. 2002-04-23 16:25:50 +00:00
giberta1
44bde69fd5 Add 1.0.0 and 1.1.0 entries. 2002-04-23 16:18:06 +00:00
giberta1
fa0a1f8f73 Add statistics reporting,
Add Str_UnFormat() method,
Remove some debug print-out.
2002-04-23 15:07:47 +00:00
giberta1
4bdd249227 Fix Meridian 1.7 header size: remove 2 chars from filler. 2002-04-23 14:44:30 +00:00
giberta1
0c90f30d33 Fix CTP1 field size in NEWCUST. 2002-04-23 14:42:59 +00:00
giberta1
e292b7fd0c Initial creation. 2002-04-23 14:33:13 +00:00
giberta1
81ef96b80d Rewrite the loading engine,
Add configurable feeld and message breaks,
Add new command line options: -fb and -mb.
2002-04-19 15:22:14 +00:00
giberta1
83000b0dd4 Update batch format to specification V1.2. 2002-04-15 10:47:28 +00:00
giberta1
61209c439c Fix bad file name print-out,
Improve exeption handling,
Add BufferedInputStream support for file reading.
2002-04-15 10:46:14 +00:00
giberta1
271c6a6f9e Initial creation. 2002-03-20 17:30:11 +00:00
giberta1
b016367fbb Create this file !
Initial MQSLoad version.
2001-07-12 09:57:24 +00:00
giberta1
2e7c051153 Create this file ! 2001-07-09 15:51:17 +00:00