Red Hat Training

A Red Hat training course is available for Red Hat Fuse

Appendix C. Sender Endpoint Properties

Attributes

Table C.1, “Attributes for configuring a sender endpoint” describes the attributes used to configure a sender endpoint.

Table C.1. Attributes for configuring a sender endpoint

NameTypeDescriptionDefault
serviceQNameSpecifies the service name of the endpoint.required
endpointStringSpecifies the name of the endpoint.required
directoryStringSpecifies the name of the directory into which data is written.required
autoCreateDirectorybooleanSpecifies if the endpoint creates the output directory if it does not exist.true
appendbooleanSpecifies if the data is appended to the end of an existing file or if the data is written to a new file.false
tempFilePrefixStringSpecifies the prefix used when creating output files.servicemix-
tempFileSuffixStringSpecifies the file extension to use when creating output files..xml

Beans

Table C.2, “Attributes for configuring a sender endpoint” describes the beans used to configure a sender endpoint.

Table C.2. Attributes for configuring a sender endpoint

NameTypeDescriptionDefault
marshalerorg.apache.servicemix.components.util.FileMarshalerSpecifies the marshaler to use when writing data from the NMR to the file system.DefaultFileMarshaler