Defines set of properties that would be used to define event sender clients behavior.
Defined properties are included (org.ametiste.scm.messaging.sender.client.*):
| Name | Type | Description | Default |
| enabled |
boolean |
Flag that allow include of bootstrap bean in context. |
true |
| strict |
boolean |
Flag that specify exception handling policy. If it's true bootstrap throw Exception on error occurred.
If false bootstrap catch Exception and ignore it. |
false |
| targetUri |
URI |
URI to send event. If parameter will not be define bootstrap fall on URI creation step. |
(not defined) |
In common cases user should specify only one parameter targetUri. Other parameters may be omitted.