Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8175069
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T22:38:03+00:00 2026-06-06T22:38:03+00:00

I am working with Integration of multiple applications which is using their own databases.

  • 0

I am working with Integration of multiple applications which is using their own databases.

I have three applications, say A,B,C with corresponding databases databaseA, databaseB, and databaseC respectively.

Here A is the parent application while one transaction is happening in application A , its updating ‘databaseA’ and using the same thread calling an API provided by application B and updating ‘databseB’.

Now I want to send the data from application B to application C using some API provided by application C, at the same moment some change happened to ‘databaseB’. If I am using the same thread which is used for A->B transaction may cause transaction time out and many other issues.

Instead what can I do for proper Integration of these three applications. I guess something like this will be fine. But I don’t know how to make such triggers.. (in my situation A->B,A->C is not following to some reasons)

1.A-->databaseA triggers One another transaction i.e 
2.databaseA-->API from B-->databaseB  it triggers another transaction  
3.databaseB -->API from C -->databaseC

I want to do this in application level(not triggering from the data base). What will be the best approach that will trigger a new transaction from the current transaction and prone to less failure?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T22:38:06+00:00Added an answer on June 6, 2026 at 10:38 pm

    You need some kind of async and reliable message delivery. So App A won’t wait for App B while it processes its message, and so on. But this implies you have access to the code.

    I can think that such a mechanism can be implemented over MSMQ:

    App A -> Message1 -> AppB Inbound Queue
    App A -> Message2 -> AppB Inbound Queue
    
    .... Later, when App B is able to do some work
    
    App B Inbound Queue -> transaction -> Message1 -> App B 
    App B processes Message 1 -> App B Database
    App B -> Message3 -> AppC Inbound Queue
    
    .... and so on 
    

    MSMQ integration could be done either by using the managed Message Queuing API or with WCF over MSMQ (I recommend the latter).

    This way all three apps are loosely coupled and processing can be done asynchronously in all components.

    Additional solution, as suggested by @dtryon, which can provide an abstraction layer over MSMQ, would be NServiceBus. Never used it myself, but heard only good things about it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am working on an integration script which will allow our company to view
I am working on twitter integration with android using Twiitter4j. I am trying to
I am working on some Plesk integration using the XML API and I am
I am working on an iPhone app with Apple Push Notification integration. I have
So I have been working with multiple different MS Access apps at work (about
I have a problem in that I have switched my (working) multiple-database nhibernate solution
In my site, I have all the Stripe integration working, but I am still
I'm working on a recurring payment integration with Paypal and at this point the
I'm working on our continuous integration system, and I'm interested in simulating our systems
I've try to implement integration tests for a working application (spring, hibernate, soap, cxf).

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.