Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (13.1k points)
I have an Azure service bus Queue, but whenever I am trying to add a message to it, throws an error that AMQP object receiver is aborted. Can anyone help me with this?

1 Answer

0 votes
by (26.7k points)

This error generally popped out as because if the object is already been closed or disposed. Just make sure that it does not invoke any operations for a closed object. And also try to upgrade your service bus SDK to a latest version.

I hope this will help.

Want to know more about Azure service bus? Prefer this tutorial on Azure service bus.

Want to become an Azure expert? join azure certification now!!

Browse Categories

...