Throwing ImmediateRequeueAmqpException in a handler causes ConditionalRejectingErrorHandler to log an error stacktrace
In my Spring Integration Flow, I am throwing an ImmediateRequeueAmqpException to get the message requeued for another instance to handle the message, but I get stacktraces logged by the ConditionalRejectingErrorHandler. I would expect not to get an error logged and the message just rejected to RabbitMQ.