Transaction Management - Local - Mule 4

Поділитися
Вставка
  • Опубліковано 4 чер 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

КОМЕНТАРІ • 19

  • @prathameshsuryavanshi4201
    @prathameshsuryavanshi4201 4 місяці тому +1

    Very helpful session, thank you!

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

    The way you explained the concept is even first time viewers also understand 90 percent 👍 Great explanation and Very Good concept, thank you sir 🙏🏻

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

      Hi Reddy, Thanks for your words. I am glad that it's useful for you

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

    Thank you sooooooo Much im grateful to your explanation.

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

    Thank you. You explain in great detail. Good job.

  • @arunkumar-xu8nr
    @arunkumar-xu8nr 3 роки тому +2

    Clearly explained 👏👏

  • @ramreddy9574
    @ramreddy9574 3 роки тому +1

    Good explanation with each step

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

    Very good

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

    Very good explanation and important stuff !! Thanks for sharing Vijay !!

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

    If you’re using object store (store and retrieve) to watermark last entered record, you wouldn’t be able to roll that back with transaction local correct? I don’t see the option in the module. So even though the flow is rolled back if an error occurs, the object store will assume it’s been recorded even though it hasn’t? Thank you

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

      @amanbesaw,
      yes, object store entries can't be rolled back and object store operations doesn't support transactions.
      the only connectors that support transactions by default are VM, JMS & DB.
      The below url is for your reference.
      docs.mulesoft.com/object-store-connector/1.2/#object-store-limitations

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

    Very good explanation for transaction actions. It works for rollback when inserting into table and error on next update table. But not rollback when call multiple Stored procedures. Any idea on rollback when call multiple SPs?

  • @mulesoftapi2643
    @mulesoftapi2643 3 роки тому

    It is more advanced level explanation ,for beginners like me ,do not know how
    to integrate database ,query write,need step by step explanation, it will helpful for beginners to better understanding concepts..

    • @IntegrationWorld
      @IntegrationWorld  3 роки тому +1

      Hi, I will try to create one video on Database module.

    • @IntegrationWorld
      @IntegrationWorld  3 роки тому +1

      Hey @Mulesoft Api, Check my Database playlist ua-cam.com/play/PLt74Wn6k8TfCYOn_bNILu04alitK59hc4.html

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

    hi sir, How to SET TRANSACTION Statement , i want to see the data in DB , after mule degguer go to next component.

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

    In case of for each loop when we are doing inserts for each iteration. How do we manage Transactions in that case ? Do we keep try block inside or outside the for each loop and how we choose the Transactional Action. Kindly let me know

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

      Hi,
      You have to keep try scope inside for-each & also use on error continue inside try so even if a record's insert or update fails the error control goes to on-error continue, so it continues for processing of next record.
      Regarding transactional action, it depends on the scenario. As explained in "Transaction Management - XA" & "Transaction Management" - Local, please choose accordingly.
      Thanks,
      Vijay Vaka