Class ConsumeOkNotReceivedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.amqp.AmqpException
org.springframework.amqp.rabbit.core.ConsumeOkNotReceivedException
All Implemented Interfaces:
Serializable

public class ConsumeOkNotReceivedException extends org.springframework.amqp.AmqpException
Thrown when a blocking receive operation is performed but the consumeOk was not received before the receive timeout. Consider increasing the receive timeout.
Since:
2.0
See Also:
  • Constructor Details

    • ConsumeOkNotReceivedException

      public ConsumeOkNotReceivedException(String message)