📄 readme
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -