Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • alert-threshold
  • batch-size
  • batch-time-interval
  • group-transaction-events
  • gateway-event-filter
  • gateway-transport-filter


Anti-Goals


Solution

Implement new command "alter gateway-sender" which will update gateway senders parameters in runtime. Parameters will be updated for gateway senders which have same ID as specified in command.

...

  • alert-threshold
  • batch-size
  • batch-time-interval
  • group-transaction-events
  • gateway-event-filtergateway-transport-filter


After command is executed, changes will be applied to specified gateway senders (ID), on specified (or all) members, and also in cluster configuration.

...

Changes and Additions to Public Interfaces

New method updatemethods setAlertThreshold(), setBatchSize(), setBatchTimeInterval(), setGroupTransactionEvents(), setGatewayEventFilters() will be added to GatewaySender.

...