The following
properties are required. They are used to specify the destination
for the request.
Note: All destination names must be fully-qualified.
That is, they must include the name of the service integration bus
as well as the destination name itself. Use the syntax bus:destination.
If a bus or destination name contains a colon or comma, wrap the name
in double quotation marks (""). If it contains a double quotation
mark, repeat the quotation mark.
- destinationName
- The destination name.
- path
- The forward routing path, in the form of a sequence of destination
names separated by commas.
- replyDestinationName
- The name of the destination to be used for the reply.
- inboundService
- The name of the inbound service that identifies the specific attachment
that the requester application uses. You can omit this value if the
destination is a service destination with an associated outbound service
configuration, because in that case the requester is attaching to
the outbound service through the service destination.
- timeout
- The time the requester waits for a response. The default value
is 60 seconds. A zero value indicates an unlimited wait.