Anypoint MQ Part 2 - DLQ | FIFO Queue | Exchange

Поділитися
Вставка
  • Опубліковано 29 гру 2021
  • ***************************************************************************************
    Links for other videos:
    Dataweave: • DataWeave
    Flow Control: • Flow Control
    Mule scopes: • Mule Scopes
    Mule Basics & Miscellaneous : • Mule Basics
    Error Handling: • Error Handling
    File Module: • File Module
    Object Store: • Object Store
    Database : • Database Module
    VM Connector: • VM Connector
    Batch Processing: • Batch Processing
    Salesforce & Mulesoft Integration: • Salesforce - Mulesoft ...
    HTTPS (1 way SSL & 2 way SSL): • HTTPS
    Munits (created Manually): • Munits
    Transaction Management: • Transaction Management
    Alerts & Monitoring: • Alerts & Monitoring
    Anypoint MQ: • Anypoint MQ

КОМЕНТАРІ • 6

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

    awesome explaination

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

    Very Understandable 👍

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

    Thank you so much Vijay

  • @ashutoshbairagi4122
    @ashutoshbairagi4122 2 роки тому +2

    It will be more clear if you can give some realtime usecase scenarios like when to use messaging queue over other approaches, so viewer can visualise and relate the usecase ..
    Rest all is good 👍

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

      @Ashutosh Bairagi,
      Messaging queue, we can use for more reliability(no message loss) and in a scenario where client is fine for asynchronous processing of the messages.
      Also we use it to sync bulk payloads from one system to another system, at least this is one of the scenario where I have used anypoint mq.
      At times we can use both synchronous message processing & asynchronous message processing as a combination in an integration.