I am using Rabbimq 3.8.8 on cluster with 3 Nodes
I have 1 publisher publish event with routing key is: routingkey1. Event is going to route to 2 Quorum Queue (Queue A and Queue B) and two consumer (use .NET). I set publiser wait confirm for 10 seconds.
After a period of stable running, the system have a problem:
The message was sent but there was only Queue A received it. Publisher alyways confirm return false after long time waiting.
I've tried everything but still can't send the message to Queue A. But when I sent a message on the management page, it was successful.
I ended up having to delete the Queue B and redeclare. Then Queue B works again normally
Thanks to everyone for help!
RabbitMQ. Client cannot publish message to queue
29 views Asked by tad At
0
There are 0 answers
Related Questions in C#
- How to call a C language function from x86 assembly code?
- What does: "char *argv[]" mean?
- User input sanitization program, which takes a specific amount of arguments and passes the execution to a bash script
- How to crop a BMP image in half using C
- How can I get the difference in minutes between two dates and hours?
- Why will this code compile although it defines two variables with the same name?
- Compiling eBPF program in Docker fails due to missing '__u64' type
- Why can't I use the file pointer after the first read attempt fails?
- #include Header files in C with definition too
- OpenCV2 on CLion
- What is causing the store latency in this program?
- How to refer to the filepath of test data in test sourcecode?
- 9 Digit Addresses in Hexadecimal System in MacOS
- My server TCP doesn't receive messages from the client in C
- Printing the characters obtained from the array s using printf?
Related Questions in RABBITMQ
- When sending message getting Exception: org.springframework.amqp.AmqpIOException: java.io.IOException
- How to publish messages to RabbitMQ by using Multi threading?
- How should it be handled if the number of messages is less than the number of threads?
- Apply a dynamic group value in Spring Cloud Stream
- Two rabbitmq queues with exactly same configuration one of them is not created automatically (Spring Boot 3 RabbitMQ)
- Does Spring AMQP 3.13 support quorum queues?
- IServiceCollectionConfigurator' does not contain a definition for 'UsingRabbitMq'
- Troubleshooting topic exchanges in php-amqplib
- How to Use AWS Systems Manager (SSM) for Accessing a RabbitMQ Broker in an AWS VPC Private Subnet
- Rabbitmq on azure container app error 405 on trying to create queue on web management
- Cannot connect to RabbitMQ from Flower/Celery
- How to Extract Queue Name, Priority, and Message ID from RabbitMQ Inbound Endpoint Messages in WSO2 MI 4.2?
- Spring Boot RabbitMQ consumer application can not fetch an object sent by producer application in Java 17
- Is it possible to implement an event-driven architecture using Redis Streams?
- Scaling Nuclio With KEDA Based on Queue Length: Error ScaledObject Name is Not Specified
Related Questions in PUBLISH-SUBSCRIBE
- How to avoid duplicates with the pull-based subscribe model?
- What's the right ZMQ architecture for my scenario?
- App didn't recieved a gcp pubsub message for a minute
- bun runtime doesnt work with SKD ably javascript starting v2.0.0
- How would the Broker pattern look like in Rust?
- akka PubSub not working across distributed system
- Google PubSub Lite one subscriber with multiple partitions
- I have a question about the Pub/Sub structure of Redis
- RabbitMQ. Client cannot publish message to queue
- Pull PubSub Message through Proxy server - Python
- Android server notification implementation in app purchase
- FastDDS Publisher and Subscriber won't match in demo code
- How to subscribe/consume multiple topics from multiple subscriptions declaratively with Dapr pub/sub component?
- How to subscribe/consume multiple topics from multiple subscriptions programmatically with Dapr pub/sub component?
- Enforce Unique Publisher/Producer on a Azure Service Bus Topic
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)