This macro comes from the table plugin. It gives much more power and flexibility to build tables.
Will render in:
Parameter | Description |
Default |
Required |
||
---|---|---|---|---|---|
timeout | Timeout in milliseconds of a synchronous send. This parameter is used by the method sendSync (Exchange exchange) proposes by the CDK Listeners classes. Set it to 0 for an infinite timeout. |
0 | No | ||
retrypolicy | This section defines a policy when attempting external transfer of message, before accepting the service as failed.
|
- | No | ||
retrypolicy - attempts | The number of transfer attempts. | - | bound to retrypolicy | ||
retrypolicy - delay | The delay in milliseconds between transfer attempts. | - | bound to retrypolicy | ||
exchange-properties | This sections defines the list of properties to set to the JBI exchange when processing a service. | - | No | ||
message-properties | This sections defines the list of properties to set to the JBI message when processing a service. | No | |||
validate-wsdl | Activate the validation of the WSDL when deploying a service unit. | true | No | ||
WSDL | Path to the WSDL document describing services and operations exposed by the provided JBI endpoints defined in the SU. The value of this parameter is :
|
No | |||
forward-attachments |
Defines if attachment will be forwarded. |
false |
No |
||
forward-message-properties |
Defines if the message properties will be forwarded. | false |
No |
||
forward-security-subject |
Defines if the security subject will be forwarded. | false |
No |
||
exchange-property - org.ow2.petals.router.provider.noack | Check Petals documentation for further details. This property activates the bypass of acknowledgement messages destinated to this SU. Can be used for MEPs RobustInOnly, InOut and InOptionalOut. | - | bound to retrypolicy | ||
org.ow2.petals.transport.compress |
This property activates the compression of the message payload when set to true. |
true | No |