spring-amqp icon indicating copy to clipboard operation
spring-amqp copied to clipboard

Spring AMQP - support for Spring programming model with AMQP, especially but not limited to RabbitMQ

Results 54 spring-amqp issues
Sort by recently updated
recently updated
newest added

I think it's better to use standard API. see [Java Serialization Filters](https://docs.oracle.com/en/java/javase/17/core/serialization-filtering1.html#GUID-8296D8E8-2B93-4B9A-856E-0A65AF9B8C66) https://github.com/spring-projects/spring-amqp/blob/603e6c8c09838aff5a8dcf3f9e6e1ab1d3488cde/spring-amqp/src/main/java/org/springframework/amqp/support/converter/SimpleMessageConverter.java#L158-L162 https://github.com/spring-projects/spring-amqp/blob/603e6c8c09838aff5a8dcf3f9e6e1ab1d3488cde/spring-amqp/src/main/java/org/springframework/amqp/support/converter/SerializerMessageConverter.java#L167-L172

type: enhancement
in: rabbitmq

More info in: https://github.com/spring-projects/spring-framework/issues/33798. We have to deprecate existing Jackson 2 APIs, and provide Jackson 3 alternatives.

type: enhancement

**Expected Behavior** When using the Request/Reply Messaging feature, a request message is sent, but before the reply message is received, the application starts a graceful shutdown (think of the case...

type: enhancement

**Expected Behavior** When the server receives SIGINT or SIGTERM, I would like the user code that is consuming the messages to be able to react. A simple way would be...

status: waiting-for-reporter
type: enhancement