readme

来自「java开源的企业总线.xmlBlaster」· 代码 · 共 34 行

TXT
34
字号
PublishFile allows to send files from command line as messages to xmlBlasterExample feeding a gif image:============================   java org.xmlBlaster.client.feeder.PublishFile \       -c MyTest.gif \       -xmlKey "<key oid='MyTest.gif' contentMime='image/gif'><TestTag/></key>" \       -xmlQos "<qos><persistent/><forceUpdate/></qos>"Example feeding a text file (key and qos are also specified in a text file):============================================================================   java org.xmlBlaster.client.feeder.PublishFile \       -c Hello.txt \       -k Hello-Key.xml \       -q Hello-Qos.xmlSending an administrative command (here: exit xmlBlaster with value 9):============================================================================   java org.xmlBlaster.client.feeder.PublishFile -xmlKey "<key oid='__cmd:?exit=9'/>"How to get help:================   java org.xmlBlaster.client.feeder.PublishFile -?

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?