Aurora Blog
Home
Spring AMQP Multiple issues after upgrading to spring-rabbit 2.0.8.RELEASE
Hi,Because of the https://pivotal.io/security/cve-2018-11087 , we upgraded to spring-rabbit 2.0.8.RELEASE and the tests ...
2025-08-27 14:01:15
10545
Spring AMQP SimpleMessageListenerContainerTests#testAddQueuesAndStartInCycle fails with ConcurrentModificationException
In what version(s) of Spring AMQP are you seeing this issue?mainDescribe the bugorg.springframework.amqp.rabbit.listener...
2025-08-23 14:01:29
4455
Spring AMQP Error handler for async RabbitListeners (Mono, Future, suspend) not reacting AmqpRejectAndDontRequeueException
In what version(s) of Spring AMQP are you seeing this issue?For example:3.2.6Describe the bugFor sync Message handlers, ...
2025-08-21 14:01:42
3641
Spring AMQP Kotlin Suspend functions should be asyncReplies=true in HandlerAdapter, so that the acknowledge is MANUAL
When you have a @RabbitListener that returns a Mono or CompletableFuture, that is automatically recognized the the Handl...
2025-08-19 14:02:23
1097
Spring AMQP rabbitmq-amqp-java-client amqp 1.0 support
Discussed in https://github.com/spring-projects/spring-amqp/discussions/2918Originally posted by **bilak** December 4, ...
2025-07-29 14:01:32
10992
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...
2025-07-22 14:01:38
2236
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...
2025-07-18 14:01:19
2623
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...
2025-07-12 14:00:53
2639
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...
2025-07-10 14:01:37
635
Spring AMQP Setter for RabbitStreamTemplateObservationConvention in RabbitStreamTemplate
Missing a setter method for RabbitStreamTemplateObservationConvention in RabbitStreamTemplateNo setter is availableI ca...
2025-07-07 14:00:37
539
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...
2025-07-04 14:01:42
7041
Spring AMQP Refine nullability for RabbitMessageOperations.convertAndSend(…) overloads
In the most recent snapshots, the nullability constraints for RabbitMessageOperations.convertAndSend(…) have defined non...
2025-06-24 14:01:47
531
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...
2025-06-14 14:01:03
1426
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...
2025-06-11 14:03:49
12384
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...
2025-06-07 14:00:53
160
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...
2025-05-21 14:01:30
1983
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...
2025-03-25 15:19:05
8592
.