Objective: Using the file system as transport medium using VFS transport listener and senderusing inbound file listener.
Prerequisites
- Enable the VFS transport. For details, see VFS Transport.
- Start the Axis2 server and deploy the
SimpleStockQuoteService
if not already done - Create three new directories in a test directory, for example, in, out, original in /home/user/test. Open ESB_HOME/repository/samples/synapse_sample_254900.xml and edit the following values. Change transport.vfs.FileURI, transport.vfs.MoveAfterProcess, transport.vfs.MoveAfterFailure parameter values to the above in, original, original directories respectively. Change outSequence endpoint address URI to out directory with the prefix vfs:. Values you have to change are marked with
<!--CHANGE-->
. - Start the Synapse configuration numbered 254900:
wso2esb-samples.sh -sn 254900
- Copy
ESB_HOME/repository/samples/resources/vfs/test.xml
to the directory given intransport.vfs.FileURI
above.
...