Azure Service Bus Topics and Queues

Поделиться
HTML-код
  • Опубликовано: 21 ноя 2024

Комментарии • 17

  • @MrChilo89
    @MrChilo89 2 года назад +1

    Thanks for the video, it is more understandable to have a practical view of the concept.

  • @gaanalahari7393
    @gaanalahari7393 2 года назад +1

    Thanks a lot for wonderful video. The way of explanation by showing the example is really helpful!

  • @vaibhavm1986
    @vaibhavm1986 Год назад

    Hi , thanks for giving demo about topics ,however I am curious about real world scenario in which one service may have multiple instances that could subscribe to same topic , but we would not want them to processed by both instances as that would cause same flow of message consumption two times how this is handled in service bus !?

  • @vktop2
    @vktop2 Год назад

    Nice video!, How can I get the configuration data of an Azure Service Bus queue or topic automatically with powershell? thanks

  • @princesri15
    @princesri15 Год назад +1

    thank you !

  • @microtech2448
    @microtech2448 Год назад

    Is there a way so that publisher knows that specific message has been read and processed at subscriber end so that it can update frontend user?

  • @cutcut3782
    @cutcut3782 2 года назад

    Thanks for the video 🥰, I have a few questions
    Can i get a response when i send a message from topic ?
    Can i send message with time delay to topic?

    • @Atmosera-
      @Atmosera-  2 года назад

      No... don't think that is supported

  • @arvinder06
    @arvinder06 Год назад

    This is great. thanks

  • @vktop2
    @vktop2 2 года назад

    Nice video!, Can I read Azure Service Bus messages from AWS?, What is the most efficient way to do it? Thank you.

    • @Atmosera-
      @Atmosera-  2 года назад +1

      Sure. You need to wire the consumer to consume messages from Azure Service Bus. That's a product of the SDK.

  • @BijouBakson
    @BijouBakson 2 года назад +1

    Thank you

  • @omahb
    @omahb Год назад

    amazing explications ;)

  • @andreww2528
    @andreww2528 2 года назад

    Hey, great video! A question I have is I want to write the messages I receive into a database, but with so many writes going on into a single table there is an issue with the table locking. What is the best path to deal with this type of setup?

    • @Atmosera-
      @Atmosera-  2 года назад

      Either scale up your database, or batch the messages and write them as a batch. Also, contentions can be caused by constraint checks.

  • @ricardovazquez4333
    @ricardovazquez4333 2 года назад

    anywhere I can download the apps you run in the demo?

    • @Atmosera-
      @Atmosera-  2 года назад +1

      I don't know that I have that code any more... It's pretty easy to duplicate though.