spring-projects / spring-amqp

Spring AMQP - support for Spring programming model with AMQP, especially but not limited to RabbitMQ
https://spring.io/projects/spring-amqp
Apache License 2.0
808 stars 623 forks source link

org.springframework.amqp.rabbit.connection.SimpleConnection should provide a close() method with timeout [AMQP-191] #1751

Closed spring-operator closed 10 years ago

spring-operator commented 13 years ago

Sergio Bossa opened AMQP-191 and commented

SimpleConnection sometimes hangs for long periods waiting for the underlying RabbitMQ connection to properly close. So, it should expose a close() method with a timeout to forcedly close the underlying connection.


Affects: 1.0.0 GA

Issue Links:

spring-operator commented 10 years ago

Artem Bilan commented

The linked issues fixed this one too