Enterprise application integration (EAI) is the use of software and computer systems architectural principles to integrate a set of enterprise computer applications.
Questions tagged [enterprise-integration]
130 questions
0
votes
1 answer
Convert Xml to EDI in Azure logic app
I am building an application which talks to different enterprises using EDI X12 format. We were doing this using BizTalk on-premises setup, but we were having some problems with that, so we decided to move to Azure Logic apps.
I have setup an…

Amanvir Mundra
- 420
- 1
- 6
- 20
0
votes
1 answer
Apache Camel message format
I have just started working with an application that uses Apache Camel 2.15.3. I am new to Camel and I am trying to understand how the message gets sent and what it looks like between components in a route.
Routes in the application is set up using…

numfar
- 1,637
- 4
- 18
- 39
0
votes
1 answer
Test execution of prospect Tracking completed with errors.Embedded Message: Input value 'Prospect' is not a number;java.lang.NumberFormatException
I am new to Dell Boomi and now I am into New Developer Certificate path 1. While doing User Defined Map Functions I got an error message like Test execution of prospect Tracking completed with errors.Embedded Message: Input value 'Prospect' is not a…

Karthick Damodar
- 1
- 2
0
votes
1 answer
Is the Camel Rest Component for setting up the service client or service provider?
WRT http://camel.apache.org/rest.html.
Is this component used by the client to set-up endpoint to reach an existent server?
if so, does it mean camel provides me more than one way to do it? Should I be using http component…

Blessed Geek
- 21,058
- 23
- 106
- 176
0
votes
1 answer
Defining dynamic channels in scatter gather
In case of scatter gather static channels are defined(i.e channels are known prior designing ) from which the response will be aggregated .
Is it possible to call the same api multiple times based on the size of array list(dynamic list).
In my case…

Sandeep Reddy
- 1
- 1
0
votes
1 answer
Callback in Outbound Gateway Spring Integration
I need to callback request after output of otbound gateway . My components :
Input Message -> Service Activator ->webservice OutBound Gateway -> Response Message
here I need to check response message and supply new message as input message which…

Kaustubh
- 64
- 1
- 7
0
votes
1 answer
How to "ignore" a picked up exchange from Apache Camel File Consumer
I have a batch file consumer that is polling a public directory that many different processes drop files to. These files are "batched" together via a guid that is on the filename. Once a particular batch is completed, the applications drop a .done…

n00bish
- 35
- 1
- 5
0
votes
1 answer
How to use a variable from a bean, in a HTTP url in Camel
I'm new to Camel and have been using it only for past couple of days.
I want to Do some processing in a bean "retreiveDetails" and then use a variable "idValue" from that bean "retreiveDetails" in the next step in route, which is a http url. A part…

Chidambaram Palaniappan
- 148
- 11
0
votes
1 answer
Using the Dynamic Router EIP with the Load Balancer EIP
I want to redirect the message in the DynamicRouterBean depending on where it was sent to by the load balancer EIP. I was trying to access the previous endpoint inside DynamicRouterBean using @Header(Exchange.SLIP_ENDPOINT) but that's being set to…

noi.m
- 3,070
- 5
- 34
- 57
0
votes
2 answers
Canonical data model
I am building an application that exposes a Rest API and on the backend communicates and orchestrates multiple SOAP services to build the responses to the REST API. I have been reading about Canonical Data Models and how they can help me loosely…

jon lee
- 887
- 1
- 15
- 32
0
votes
1 answer
Which Enterprise Integration Pattern for Scalable Integration between two Applications?
We have two applications - One is open to consumers to browse and purchase the product. The product is the online course and in response to customer order they get an account to login credentials of other application where they can log in and use…

Ramiz Uddin
- 4,249
- 4
- 40
- 72
0
votes
0 answers
OnRedelivery state cleanup
So I have two classes that I can call on redelivery in the Camel Error Handler. I have wrapped the two Processors in a single Processor so I can set the single Processor as the onRedeliveryHandler.
My question is this, if the onRedeliveryHandler…

John B
- 32,493
- 6
- 77
- 98
0
votes
1 answer
Send response to file request?
One of my client put the file request under directory placeorder with below configuration in CAMEL
Once processing is done from…

user3198603
- 5,528
- 13
- 65
- 125
0
votes
1 answer
Processing Acknowledgments with CAMEL?
I have clients sending request thru different ways like web request, http request , soap request or thru some other channel.
In Camel i receive it from respective endpoints to jms queue. From queue processor picks up the message. Now processor
needs…

user3198603
- 5,528
- 13
- 65
- 125
0
votes
1 answer
Is CAMEL or other Enterprise integration framework more suitable for this usecase?
My application needs to work as middleware(MW) where it has got orders(in form of XML) from various customers which contains the --------------Priority 1
supplier id where custmers can send the XML to one of these components
1)JMS queue
2)File…

M Sach
- 33,416
- 76
- 221
- 314