View Source

{center}{*}Configuration of a Service Unit to consume a service (JBI)*{center}
{table-plus}
|| Parameter || Description || Default || Required ||
| consumes | 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...): \\
\-by Interface attribute (QName) \\
\-by Service attribute (QName) | {center}\-{center} | {center}Yes{center} |
{table-plus}

\\
{center}{*}Configuration of a Service Unit to consume a service (CDK)*{center}
{table-plus}
|| Parameter || Description || Default || Required ||
| mep | Message exchange pattern abbreviation. This parameter can be use 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}\-{center} | {center}Yes{center} |
| operation | 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}\-{center} | {center}No{center} |
| timeout | 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. | {center}30000{center} | {center}No{center} |
{table-plus}