For better back-pressure handling do not perform active operations directly on the current `Flux` (e.g. via `doOnNext()`). It's better to postpone such a handling to back-pressure ready operators Like in this `FluxMessageChannel` case, the `.handle()` operator is wrapping the "hard" `send()` operation. Also include `.errorStrategyContinue()` do not stop during message processing