Remove the NACK during the stop_consuming
See original GitHub issuePer conversation with @michaelklishin @lukebakken
Remove the nack
during the channel.stop_consuming
when the channel is closing the nack is not necessary
See also the SO question.
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top Results From Across the Web
How to stop consuming message from selective queue
Yes you can, using channel.basicCancel(consumerTag); EDIT For example: String tag3 = channel.basicConsume("queue3", consumer); channel.
Read more >nifi back pressure threshholds - Cloudera Community - 198953
Solved: My back pressure threshold for number of objects is default 10000 while the data size is 1G. However, - 198953.
Read more >Svchost.exe(netsvcs) won't stop consuming my Internet
Hey, I have been dealing with the netsvcs for a long time and i don't seem to find a solution. The svchost file...
Read more >BlockingConnection — pika 1.2.1 documentation
While most of the asynchronous expectations are removed when using the blocking ... Specifies if the server supports basic.nack on the active connection....
Read more >adjust/rmq: Message queue system written in Go and ... - GitHub
If the consumer dies by crashing or even by being gracefully shut down by calling StopConsuming() , the unacked deliveries will remain in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I edited the SO question with an even simpler example to trigger the bug, I’ll post it here:
Client
Server
In fact, there is more than one Python client for RabbitMQ streams 😃