PublishFile allows to send files from command line as messages to xmlBlaster


Example 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.xml


Sending 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 -?

