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
Right now, there is very little error handling happening inside the module. I consider robust error handling a must to have this module in a production environment.
Here's a list of situations that must be correctly handled at run time. Feel free to post more in the comments.
Asserted exchange/queue already exists with different settings
Non-asserted exchange/queue does not exist
Connection times out
Connection with the AMQP host was lost
getChannel() for a connectionName that does not exist
The text was updated successfully, but these errors were encountered:
Right now, there is very little error handling happening inside the module. I consider robust error handling a must to have this module in a production environment.
Here's a list of situations that must be correctly handled at run time. Feel free to post more in the comments.
getChannel()
for a connectionName that does not existThe text was updated successfully, but these errors were encountered: