Is the channel using message retry?

If the receiver channel fails to put a message to a target queue it may use message retry processing, rather than put the message to a dead-letter immediately. This can cause the batch to slow down. In between MQPUT attempts, the channel will have STATUS(PAUSED) indicating that it is waiting for the message retry interval to pass.