You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To spare others from going through this rabbit hole (pun intended), I'd like to contribute to the documentation.
Can you please give me a commit bit here on gitlab and perhaps co-maint on pause? My PAUSE-ID is FROGGS.
The text was updated successfully, but these errors were encountered:
Hi, I struggled for the past couple of deas getting a dead-letter-exchange to be created, but now I'm unable to use it.
I can ack a message when I set no_ack to false. Note this is in an on-message callback of a channel:
Though when I reject a message like this to forward it to the dead-letter-exchange:
I get:
So, after digging more around I found out that I need to set
multiple => 0
, so this works:To spare others from going through this rabbit hole (pun intended), I'd like to contribute to the documentation.
Can you please give me a commit bit here on gitlab and perhaps co-maint on pause? My PAUSE-ID is FROGGS.
The text was updated successfully, but these errors were encountered: