MQSLoad

A simple tool to load messages from a file into a MQSeries queue
Download

MQSLoad Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Arnaud G. Gibert
  • Publisher web site:
  • http://www.rx3.org/

MQSLoad Tags


MQSLoad Description

A simple tool to load messages from a file into a MQSeries queue MQSLoad is a simple Java program which load messages red from a file into a MQSeries queue.Usage Examples:- To load a swift batch file "swift-batch.txt" with "---MESSAGE-BREAK---" message separator into the MQ/Series "SWIFT-QUEUE" use: java MQSLoad -mb "---MESSAGE-BREAK--- " SWIFT-QUEUE swift-batch.txt- To load a raw swift batch file "swift-batch-raw.txt" with "} " message break into the MQ/Series "SWIFT-QUEUE" and by keeping message break separator use: java MQSLoad -mb "} " -kmb SWIFT-QUEUE swift-batch-raw.txt- To load a raw swift batch file "swift-batch-raw.txt" with "} " message break into the MQ/Series "SWIFT-QUEUE" and by keeping only "}" as end of message use: java MQSLoad -mb "} " -mt "}" SWIFT-QUEUE swift-batch-raw.txt- To load a csv batch file "batch.csv" with ";" field separator into the MQ/Series "DATA-QUEUE" use: java MQSLoad -fb ";" DATA-QUEUE csv-batch.csv What's New in This Release: · This release has major code rewrites and cleanup. · It adds a message skip option (-ms), a message count option (-mc), a repeat count option (-rc), a character set option (-cs), a character convert option (-cc), and a message priority option (-mp). · Java 1.4 compatibility has been fixed.


MQSLoad Related Software