REMOTE
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
group-timeout | LONG | false | true | -1 | How long a group binding will be used, -1 means for ever. Bindings are removed after this wait elapses (valid for both LOCAL and REMOTE handlers). |
grouping-handler-address | STRING | true | true | A reference to a cluster connection and the address it uses. | |
reaper-period | LONG | false | true | 30000 | How often the reaper will be run to check for timed out group bindings (only valid for LOCAL handlers). |
timeout | LONG | false | true | 5000 | How long to wait for a handling decision to be made; an exception will be thrown during the send if this timeout is reached, ensuring that strict ordering is kept. |
type | STRING | true | true | Whether the handler is the single "Local" handler for the cluster, which makes handling decisions, or a "Remote" handler which converses with the local handler. |