Basic Understanding of JMS Queue and Topic With MuleSoft | Apache Active MQ

Поділитися
Вставка
  • Опубліковано 17 жов 2024
  • Basic Understanding of JMS Queue and Topic With MuleSoft | Apache Active MQ

КОМЕНТАРІ • 12

  • @HaiNaZheng
    @HaiNaZheng Рік тому +1

    Thanks! Your videos are amazing! But it would be nice if you explain: 1. why topic should have 1 consumers while queue can can have 4? 2. What's the purpose of JMS connector?

    • @muletechnologyacademy-zero5625
      @muletechnologyacademy-zero5625  Рік тому

      JMS connector can connect to JMS based messaging service for publishing and subscribing the message like ActiveMQ. I think you can keep more consumer for the topic also as such there is no difference.

  • @ashokthegamer3439
    @ashokthegamer3439 2 роки тому +1

    Can you please tell which version of activemq compitable anypoint studio 7.2

  • @gopic9303
    @gopic9303 4 роки тому +1

    Concepts are explained very well

  • @mufaddalf4377
    @mufaddalf4377 2 роки тому

    Sir, Could you please upload a video on JMS Properties, Acknowledgement Modes,Selectors. Also Include how to handle a large message on JMS queue/TOPIC. Do we need to use compression in that case ?

  • @techmama5501
    @techmama5501 4 роки тому +1

    Thank you jitendra garu

  • @dominikkajba8766
    @dominikkajba8766 2 роки тому +1

    Why we have to put in On New Message that number of consumers is 1?

    • @muletechnologyacademy-zero5625
      @muletechnologyacademy-zero5625  2 роки тому +1

      This means only one thread will listening to message. In case if you use multiple number of consumers then multiple thread will be listening but message will delivered to one thread.

    • @HaiNaZheng
      @HaiNaZheng Рік тому

      What does "thread" mean here? What if we let it as 4 instead of 1? What's the visual result difference?

  • @satyamsharma5181
    @satyamsharma5181 2 роки тому

    How to consume from consume connector in case of topic ..... You left this ....but in case of topic it is not responding.....check it once