Spring AMQP Request to delay consumer and listener container shutdown to wait for pending reply messages when using Request/Reply Messaging with a fixed name reply queue.

Expected BehaviorWhen using the Request/Reply Messaging feature, a request message is sent, but before the reply message...

Spring AMQP Allow to throw InterruptedException in consumer workers when shutting down

Expected BehaviorWhen the server receives SIGINT or SIGTERM, I would like the user code that is consuming the messages t...

Spring AMQP MessageRejectedWhileStoppingException should not lead to an error log in all cases

In what version(s) of Spring AMQP are you seeing this issue?3.5.3Describe the bugThis bug is about MessageRejectedWhileS...

Spring AMQP Getter method for RabbitStreamTemplate the streamName variable

Getter method for RabbitStreamTemplate for the loaded StreamToday the 'streamName' is in the constructor and sets as a f...

Spring AMQP Setter for RabbitStreamTemplateObservationConvention in RabbitStreamTemplate

Missing a setter method for RabbitStreamTemplateObservationConvention in RabbitStreamTemplateNo setter is availableI ca...

Spring AMQP RabbitTemplate.send throw java.lang.ClassCastException: com.rabbitmq.client.impl.AMQImpl$Channel$OpenOk cannot be cast to com.rabbitmq.client.impl.AMQImpl$Confirm$SelectOk

spring-rabbit 2.1.13QuestionI use RabbitTemplate to send messages where the caching mode is Connection and the number o...

Spring AMQP Refine nullability for RabbitMessageOperations.convertAndSend(…) overloads

In the most recent snapshots, the nullability constraints for RabbitMessageOperations.convertAndSend(…) have defined non...

Spring AMQP Single SMLC/DMLC with multiple consumers: set consumer priority as its index to even load distribution accross servers

** Problem **When having multiple servers that each have multiple consumers all on the same queue, I would like to get e...

Spring AMQP Further Investigation into Shutdown Anomalies

Hi,I am the author of issue #3039.I am writing again to report that we are still observing anomalies during the shutdown...

Spring AMQP Provide Jackson 3 support

More info in: https://github.com/spring-projects/spring-framework/issues/33798.We have to deprecate existing Jackson 2 A...

Spring AMQP Consumers disappearing from RabbitMQ queue in Spring AMQP 3.2.5 using amqp-client 5.22.0

Describe the bugWe’re experiencing an intermittent issue where message consumers on a queue silently disappear (0 consum...

Spring AMQP Process not terminated on OOM error

How come this happened - that is - is this expected behavior? My application was not terminated and started working pret...

.