JIRA: https://jira.springsource.org/browse/INT-3232 Previously, in the `RedisQueueMessageDrivenEndpoint` all `Exceptions` on `rightPop` operation were logged with `error` level independently of the state of the Endpoint. Add `if...else` and log with `debug`, if the Endpoint isn't active and don't publish the event.