I am using the @azure/service-bus
library in NestJs. The code is working and I can send and receive messages. However, when I receive messages, I am getting the following error.
ServiceBusError: The messaging entity `'sb://[Namespace].servicebus.windows.net/test_topic.reply'` could not be found. To know more visit https://aka.ms/sbResourceMgrExceptions. TrackingId:40f1665b-7838-4e40-acbe-5d7472766844_G10, SystemTracker:[Namespace].servicebus.windows.net:test_topic.reply, Timestamp:2022-12-19T16:31:29
How can I create the sb://[Namespace].servicebus.windows.net/test_topic.reply
in my account or is there any other way to solve it?
Thanks