SAP Queued IDoc Destination

SAP Queued IDoc Destination

Scheme: sap-qidoc-destination

Represents an SAP endpoint sending a IDoc (Intermediary Document) to an SAP system using the queued remote function call. @author William Collins

Name Kind Type Required Deprecated Default Value Enum Values Description
queue path java.lang.String true false Specifies the queue this endpoint sends an IDoc to
idocType path java.lang.String true false Specifies the Basic IDoc Type of an IDoc produced by this endpoint
idocTypeExtension path java.lang.String false false Specifies the IDoc Type Extension, if any, of an IDoc produced by this endpoint
systemRelease path java.lang.String false false Specifies the associated SAP Basis Release, if any, of an IDoc produced by this endpoint
applicationRelease path java.lang.String false false Specifes the associated Application Release, if any, of an IDoc produced by this endpoint
destination path java.lang.String true false Specifies the destination this endpoint sends an IDoc to
exchangePattern parameter org.apache.camel.ExchangePattern false InOnly InOnly
RobustInOnly
InOut
InOptionalOut
OutOnly
RobustOutOnly
OutIn
OutOptionalIn
Sets the default exchange pattern when creating an exchange
synchronous parameter boolean false false Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).