The AMQP operation was interrupted #11094
-
Hello Everyone I just get trouble when publish message using .NET , i got error message like this |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
is fairly specific. The server has closed this TCP connection. We cannot know why but node logs should be able to tell that. .NET client supports automatic connection recovery which a no-brainer for applications that consume. Publishers will have to use publisher confirms on top of that. |
Beta Was this translation helpful? Give feedback.
is fairly specific. The server has closed this TCP connection. We cannot know why but node logs should be able to tell that.
.NET client supports automatic connection recovery which a no-brainer for applications that consume. Publishers will have to use publisher confirms on top of that.