Top "Spring-rabbit" questions

Spring components for AMQP-based messaging with RabbitMQ.

How to configure RabbitMQ connection with spring-rabbit?

I'm following this guide to learn how to use spring-rabbit with RabbitMQ. However in this guide, the RabbitMQ configuration is …

spring-boot rabbitmq spring-amqp spring-rabbit
Spring RabbitMQ - using manual channel acknowledgement on a service with @RabbitListener configuration

How to acknowledge the messages manually without using auto acknowledgement. Is there a way to use this along with the @…

java rabbitmq spring-amqp spring-rabbit
how to mock spring amqp/rabbit in spring boot test

How to mock spring rabbitmq/amqp so it will not fail during a Spring Boot Test while trying to auto …

spring spring-test spring-amqp spring-rabbit
Exceptions in rabbitmq with spring boot

I am getting the following exception repeatedly when I start my spring boot application with rabbitmq. The entire flow is …

java spring rabbitmq spring-rabbit
RabbitMQ Failed to declare queue and Listener is not able to get queue on server

I have spring boot rabbitmq application where i have to send an Employee object to queue. Then i have set …

spring-boot rabbitmq message-queue spring-amqp spring-rabbit
How to use Ack or Nack in Spring AMQP

I am new to Spring AMQP. I am having an application which is a producer sending messages to the other …

rabbitmq spring-amqp spring-rabbit
MessageConversionException: Failed to convert message content

I have a SpringBoot Application which makes use of Spring AMQP. At the moment I am implementing the receiver side …

spring rabbitmq spring-integration spring-amqp spring-rabbit
Spring-boot-starter RabbitMQ global error handling

I am using spring-boot-starter-amqp 1.4.2.Producer and consumer working fine but sometimes the incoming JSON messages have an incorrect syntax. This …

spring-boot rabbitmq rabbitmq-exchange spring-rabbit
rabbitmq consume json message and convert into Java object

I have put together a java test. It puts a message on a queue and returns it as a string. …

java rabbitmq spring-amqp spring-rabbit