Skip to content

Project that demonstrates a (now fixed) bug when resending after NACK in Spring AMQP.

Notifications You must be signed in to change notification settings

luddwichr/rabbitmq_experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This projects contains a Spring Boot application that demonstrates an issue posted on Stack-Overflow.

You need to have a local RabbitMQ broker running on port 5672 to run ProducerServiceTest. If you have docker installed, simply call docker-compose up -d to start the RabbitMQ docker image as defined in docker-compose.yml in the project root.

Resolved with Spring AMQP 2.1:

The issue is resolved with Spring AMQP 2.1. You can check out that it works by checking out the branch amqp_2.1 and running ProducerServiceTest with a running RabbitMQ docker (see instructions above).

About

Project that demonstrates a (now fixed) bug when resending after NACK in Spring AMQP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages