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)
How to perform operation when a message is sent to dead letter queue because of expiration?
I have a requirement where I want to perform some operation with the message (like sending the message to the support team or logging the message in the console) when a message expires and is sent to ...
the_novice
Votes: 0
Answers: 0
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
RetryInterceptorBuilder doesn't seem to work
I'm trying to use Spring capabilities to handle retries. My ListenerContainer is defined like this:
@Bean("myListenerContainer")
public SimpleMessageListenerContainer statusCheckcontainer(Co...
abullor
Votes: 0
Answers: 1
Rabbit MQ message deduplication
Thanks for the forum replies and sharing.
Im looking for deduplication settings from rabbit mq side. Is it in the queue side or exchange side ?
Do we have a steps to configure **rabbit mq or queue or ...
Sanal Kumaran
Votes: 0
Answers: 2