Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Transport

Require

Parameter

Description

JMS

Optional

transport.jms.
ConnectionFactory

The JMS connection factory definition (from axis2.xml) to be used to
listen for messages for this service.

 

Optional

transport.jms.
Destination

The JMS destination name (Defaults to the service name).

 

Optional

transport.jms.
DestinationType

The JMS destination type. Accept values "queue" or "topic."

 

Optional

transport.jms.
ReplyDestination

The destination where a reply will be posted.

 

Optional

transport.jms.
Wrapper

The wrapper element for the JMS message.

VFS

Required

transport.vfs.
FileURI

The primary File (or Directory) URI in the vfs* transport format, for this service.

 

Required

transport.vfs.
ContentType

The expected content type for files retrieved for this service. The VFS
transport uses this information to select the appropriate message builder.
Examples:

  • text/xml for plain XML or SOAP
  • text/plain; charset=ISO-8859-1 for text files
  • application/octet-stream for binary data

 

Optional

transport.vfs.
FileNamePattern

A file name regex pattern to match files against a directory specified
by the FileURI.

 

Optional

transport.
PollInterval

The poll interval (in seconds).

 

Optional

transport.vfs.
ActionAfterProcess

DELETE or MOVE.

 

Optional

transport.vfs.
MoveAfterProcess

The directory to move files after processing (i.e. all files process
successfully).

 

Optional

transport.vfs.
ActionAfterErrors

DELETE or MOVE.

 

Optional

transport.vfs.
MoveAfterErrors

The directory to move files after errors (i.e. some of the files
succeed but some fail).

 

Optional

transport.vfs.
ActionAfterFailure

DELETE or MOVE.

 

Optional

transport.vfs.
MoveAfterFailure

The directory to move after failure (i.e. all files fail).

 

Optional

transport.vfs.
ReplyFileURI

Reply file URI.

 

Optional

transport.vfs.
ReplyFileName

Reply file name (defaults to response XML).

 

Optional

transport.vfs.
MoveTimestampFormat

Timestamp prefix format for processed file name.
java.text.SimpleDateFormat compatible string. e.g. yyMMddHHmmss'-'.

...