python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Spring Sending Message RAbbitMQ Rollback
Hi I use spring rabbit to send message to rabbitmq.
I want to rollback sending message how can I do that ,my goal is to achive that in writing process.
Can anyone share code sample
Bilgehan
Votes: 0
Answers: 0
Spring AMQP: remove old bindings and queues
I’m using Spring AMQP and Spring Boot @Configuration and @Bean annotations in order to create all required queues, exchanges and bindings.
@Bean
public Queue queue() {
return new Queue("my_ol...

Volodya Lombrozo
Votes: 0
Answers: 1
Customize RabbitMQ message deserialization in Spring Boot
I have a hierarchy of messages. The topmost message in the hierarchy is defined with @JsonTypeInfo and @JsonSubTypes. The class is not under my control. I extended the hierarchy with my own message an...

Andriy Simonov
Votes: 0
Answers: 1
What does "rabbitmq_rejected_total" metric mean?
I have a Spring Boot application with Spring AMQP. If I call /prometheus I get all metrics including rabbitmq_rejected_total. What does rabbitmq_rejected_total mean?
Output
[...]
# HELP rabbitmq_rejec...
dur
Votes: 0
Answers: 1