Skip to content

alexey-anufriev/spring-amqp-immediate-ack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImmediateAcknowledgeAmqpException keeps the message in the queue

Environment

  • Docker

Problem Description

When ImmediateAcknowledgeAmqpException is thrown from the code of the listener it is expected that the message that has just been consumed by the listener will be automatically acknowledged and removed from the queue.

Actual Result

The message stays in the queue in "unacknowledge" state.

Reproducing Steps

./mvnw clean test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages