Questions tagged [esb]
10 questions
3
votes
1 answer
Disintegrating monolithic application with Micro services vs ESB approach?
I have only theoretical knowledge about ESB.
Use case:-
I have ecommerce like application where I can receive orders from multiple sources in different formats .
Once application is submitted I need to send emails to couple of systems
Once…

user3222249
- 457
- 7
- 14
3
votes
0 answers
Camel/EIP/ESB with messaging from a website to process an order; synchronous and asynchronous
I am investigating Camel for connecting various services. I understand the core concepts but I was curious about more specific implementation details. This application would have a browser client front-end that communicates using Ajax REST calls…

berlinbrown2
- 525
- 2
- 14
2
votes
1 answer
Is ESB an architectural pattern or it is a solution?
So I'll take the context of Red Hat FUSE as an example because this is what I know. I know that Apache Camel which is the library on which is based FUSE doesn't consider itself an ESB (http://camel.apache.org/is-camel-an-esb.html) but that they…

Nyamiou The Galeanthrope
- 231
- 1
- 7
1
vote
5 answers
Put Integration Layer (ESB) between Frontend and Backend
I am working on a project where the architect decided to put an ESB (integration layer) between the Front end and back end. The driver was to make the services reusable across channels and the enterprise and to utilize the existing infrastructure…

osama yaccoub
- 241
- 2
- 13
1
vote
1 answer
Dot net and java application connected through ESB?
There is web App_1 which is on dot net while another web App_2 is on java. App_1 need to interact with App_2.
App_1 can be inter or intra company application.
My question is does in general prominent ESB products provides the way dot net…

user3222249
- 457
- 7
- 14
1
vote
3 answers
In an ESB type system, what field name should be used as a "correlation ID"?
We're using ASP.NET Web API and Azure Service Bus and adding logging to our disparate services and systems. We need to track a correlation ID to the headers of each set of bus messages as well as logs related to a single business workflow/sequence…

stimpy77
- 170
- 3
- 10
0
votes
1 answer
Point-to-Point integration vs ESB
We have a system which has been in development for 10+ years and still continues. It is built as an SOA and use SOAP. We have a new client, internally within our company, who wants to integrate with our application. Since JSON and REST are the sexy…

CodingYoshi
- 444
- 2
- 8
0
votes
1 answer
Design Pattern similar to ESB
Background
I am trying to write a simulator where multiple AI agents are competing and/or collaborating to achieve the goal of maximizing some utility function.
Each agent has the ability to interact with the world where it might alter the state of…

A.Rashad
- 594
- 3
- 19
-1
votes
2 answers
ESB Services vs Services using Language
Our business domain is complex. Currently, our business is written using ASP.NET WEB API HTTP services. So, applications including web, mobile and desktop are talking with these HTTP apis. Now, one of our Manager informed us that the big enterprise…

Imran Qadir Baksh - Baloch
- 333
- 1
- 3
- 10
-4
votes
1 answer
Joining web services entity
Let's assume I have access to two rest endpoints, /persons and /products. If I need to retrieve 100K persons with their respective products, what is the best way to do that?
How can I join them efficiently ? Implementing temporary table in DB,…

Michael
- 101
- 2