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
Waits indefinitely or resolves immediately in case rpc: false for a queue that does not exists.
Acceptance
Check if the queue exists before sending the message and if not, reject the produce function with an appropriate error denoting that the queue does not exist.
The text was updated successfully, but these errors were encountered:
New Feature
On producer, check if a queue exists before sending the message and reject produce function if it does not not.
Currently:
Waits indefinitely or resolves immediately in case
rpc: false
for a queue that does not exists.Acceptance
Check if the queue exists before sending the message and if not, reject the produce function with an appropriate error denoting that the queue does not exist.
The text was updated successfully, but these errors were encountered: