没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
oss.trustie.net/open_source_projects | 主页 > 开源项目社区 > anttaskmqseries |
anttaskmqseries
|
0 | 0 | 41 |
贡献者 | 讨论 | 代码提交 |
Ant Task for IBM Mq Messaging.
Current features are:
Send messages Read messages Browse messages Delete all messages Below you can see the correct use of the parameters with the chosen action:
Parameter/Action Clear Browse Read Write Default Note action M M M M n/d The action (clear, browse, read, write) host M M M M n/d The hostname or IP address channel M M M M n/d The channel of the Queue Manager queue M M M M n/d The name of the queue port O O O O 1414 The port of the Queue Manager qmgrName O O O O blank The Queue Manager name ccsid n/a O O O 1208 Coded Character Set Identifier. See the complete list of CCSID on IBM site failonerror O O O O true In case of an Exception, it fails or not match O O O n/a null RegExp for filtering messages format n/a n/a n/a O MQSTR text n/a n/a n/a O n/d The message text inputFile n/a n/a n/a O n/d File containing the message to send to the queue inputEncoding n/a n/a n/a O UTF-8 Java Character Encoding listFile n/a n/a n/a O n/d List of file to send to the queue fileset n/a n/a n/a O n/d Multiple choose of file to read and send to the queue skipZeroLength n/a n/a n/a O false If the file is empty, skip it outputFileName n/a O O n/a n/d The path and the filename for each message. Automatically the task attach a counter (the index number in the queue) outputFileExt n/a O O n/a n/d The extension of the file for each message OutputEncoding n/a O O n/a UTF-8 Java Character Encoding override n/a O O n/a false Override if the output file exists
M=Mandatory, O=Optional, n/a=Not Allowed, n/d=Not Defined