Closed pardahlman closed 8 years ago
The error handler for unhandled exception in a subscription handler performs a BasicAck, and later in the ConsumerFactory where the consumer is wired up, it tries to Ack the message again. This causes the model to shutdown.
BasicAck
The error handler for unhandled exception in a subscription handler performs a
BasicAck
, and later in the ConsumerFactory where the consumer is wired up, it tries to Ack the message again. This causes the model to shutdown.