locked
$Default error RRS feed

  • Question

  • User-209021226 posted

    When i tried to execute media subscription client that consume service bus then i got an error, MediaServiceBus.ServiceBus: Warning: The messaging entity $Default Could not be found.

    Friday, December 27, 2019 10:36 AM

Answers

  • User-1780421697 posted

    Message always send to a topic and topic broadcast it to all subscription, a subscription is like a queue but it send message to all subscribers, Actually when we create topic the we have default subscription $Default and if somehow if it get deleted programming code or from Dashboard then we get an error of $Default subscription but that is not very serious as long as we create some new subscription and use them.

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Wednesday, January 15, 2020 7:57 AM

All replies

  • User61956409 posted

    Hi Mushar,

    When i tried to execute media subscription client that consume service bus then i got an error, MediaServiceBus.ServiceBus: Warning: The messaging entity $Default Could not be found.

    Please clarify more about what you did, and please share the relevant code that you are using to process message(s), so that we can understand and troubleshoot the issue better.

    Besides, for Azure Service Bus related issue, you can also post it on this forum.

    https://stackoverflow.com/questions/tagged/azureservicebus

    With Regards,

    Fei Han

    Saturday, December 28, 2019 3:20 AM
  • User-1780421697 posted

    Message always send to a topic and topic broadcast it to all subscription, a subscription is like a queue but it send message to all subscribers, Actually when we create topic the we have default subscription $Default and if somehow if it get deleted programming code or from Dashboard then we get an error of $Default subscription but that is not very serious as long as we create some new subscription and use them.

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Wednesday, January 15, 2020 7:57 AM