Hi, I have recently discovered the "gemfire.GatewaySender.REMOVE_FROM_QUEUE_ON_EXCEPTION" Geode System property that allows to change the default behavior of Gateway Senders so that when an exception occurs when handling an event, instead of proceeding with the rest of events in the batch and sending back to the sender an exception for the event (which is ignored), the Gateway Receiver sleeps for half a second and retries to apply the event until it succeeds.
As this property is not in the documentation (as far as I know) and it can only be activated by using the above property when starting the servers hosting gateway senders, I would like to know if it is safe to use, i.e. it will not be removed in the future and also if there are any considerations to make when using it, given that it is not Geode's default behavior. I have noticed that there are test cases specifically testing this property (See KeepEventsOnGatewaySenderQueueDUnitTest.hava). Thanks in advance, /Alberto G.