0 CDK SU Consume Configuration 5.7.0

compared with
Current by Christophe DENEUX
on Mar 30, 2018 12:29.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (7)

View Page History
{center}{*}Configuration of a Service Unit to consume a service (JBI)*{center}
{table-plus:columnAttributes=,,style="text-align:center;",style="text-align:center;"}
|| Parameter || Description || Default || Required ||
|| {center}Parameter{center} || {center}Description{center} || {center}Default{center} || {center}Required{center} ||
| consumes {center}{{consumes}}{center} | Refer JBI service to invoke into the JBI bus. \\
You can define an explicit endpoint: interface (QName) / Service (QName) / Endpoint (String) attributes. \\
Or define implicit endpoint, to let the container routing according to QOS configurations (HA...): \\
{center}{*}Configuration of a Service Unit to consume a service (CDK)*{center}
{table-plus:columnAttributes=,,style="text-align:center;",style="text-align:center;"}
|| {center}Parameter{center} || {center}Description{center} || {center}Default{center} || {center}Required{center} || {center}Support placeholders{center} |
| {center}{{mep}}{center} | Message exchange pattern abbreviation. This parameter can be used in conjunction with the method of the CDK Listeners: {{createMessageExchange(Extensions extensions)}}. \\
This method returns a CDK Exchange corresponding to the type of the specified pattern. | \- | {center}Yes{center} | {center}No{center} |
| {center}{{operation}}{center} | Operation to call on a service. This parameter can be used in conjunction with the sending methods of the Listeners. If no operation is specified in the Message Exchange to send, this parameter will be used. | \- | {center}No{center} | {center}No{center} |
| timeout {center}{{timeout}}{center} | Timeout in milliseconds of a synchronous send. This parameter can be used in conjunction with the sendSync(Exchange exchange) method of the Listeners. Set 0 for an infinite timeout. | 30000 | {center}No{center} | {center}Yes{center} |
{table-plus}