Tagged Questions

Enterprise Application Integration (EAI) refers to the use of architectural principles, architectural frameworks, and software middleware to integrate computer systems and applications as unified solutions across large enterprises.

learn more… | top users | synonyms

6
votes
8answers
698 views

Open Source SOA Stack

I'd be evaluating Open Source SOA solutions. What are the options? I'm looking for something that provides (possibly) complete SOA stack. I'd like below features - BPEL BPM ESB SOA Governance Good ...
5
votes
3answers
327 views

How to gain the skills for enterprise application integration (EAI)? [closed]

I keep seeing vacancies for software developers that require EAI experience. From what I can figure, this means someone with experience developing with one of the large commercial off the shelf ...
4
votes
2answers
2k views

How does RabbitMQ compare to Mule

How does RabbitMQ compare to Mule, I am going to build an application using message oriented architecture and AMQP (RabbitMQ) provides everything i want, but i am perplexed with so many related ...
3
votes
1answer
313 views

WS in TIBCO BW or in Java

I see it is a lot faster developing a WS in TIBCO compared to coding in Java. Is it wise investment to use TIBCO as your WS Service Provider & Service Requester? Also both previous question for ...
2
votes
2answers
44 views

Get value of xsi:type with xpath [closed]

I am trying to determine the correct XPath expression to return the value of the xsi:type attribute on the Body element. I have tried what seems like everything without luck. Based on what I read ...
2
votes
1answer
33 views

integrate website with offline system

I have a website that provides a booking system. A lot of my costumers already have an offline booking system that also gives them other funcionalities(POS, Accounting, etc.). So they usually ask me ...
2
votes
5answers
698 views

Is BizTalk an ESB?

I am looking into architectural patterns, Enterprise Services Bus (ESB) precisely. Upon reading this article Enterprise Integration, and with little to no experience I am wondering if BizTalk has is a ...
2
votes
2answers
146 views

Which ESBs implement EAI patterns directly?

I know that service-mix do it by using camel. Which other ESBs uses the EAI patterns as documented by Gregor Hohpe and Bobby Woolf?
2
votes
1answer
694 views

Difference between message bus and message broker

what's the difference between a message bus[1] and a message broker[2] Both is middleware for applications Both can be used to decouple various systems Both can have a canonical data model Both ...
2
votes
1answer
79 views

Where do all these messages come from?

This configuration works fine, but inbound-channel-adapter which is supposed to poll every 15 secs is running continously. Does anyone have an idea what I'm doning wrong? <si:channel ...
2
votes
3answers
2k views

How to do event driven programming between 2 separate C# programs?

How to fire up event from a separate C# program? The C# program I am working on has two separate components: Task Creator (TC) and Task Processor (TP). TC is attached to a web service that constantly ...
2
votes
2answers
157 views

EAI/middleware: Huge messages inline or by reference

Are there good practices for processing messages or requests/responses dealing with huge amounts of data (MBytes? GBytes?) via an middleware or an EAI system, assunming that the middleware transports ...
2
votes
3answers
489 views

Are middleware apps required to do business logic?

Let's suppose I have a large middleware infrastructure mediating requests between several business components (customer applications, network, payments, etc). The middleware stack is responsible for ...
2
votes
1answer
108 views

.Net database message brokering

I'm looking for a simple and reliable mechanism to perform application message brokering from the database level. I basically need changes in two distinct applications to generate messages to each ...
2
votes
5answers
512 views

What's the best way of synchronizing data between decoupled systems?

I have let's say 2 (but they'll become more in the future) fully decoupled systems: system A and system B. Let's say every piece of information on each system has an informationID. There's nothing ...
1
vote
2answers
132 views

Difference Between ESB and EAI

In most of articles I have seen that the major difference between ESB and EAI is "Single Point Failure in EAI". My Question here is : In EAI if Hub fails are we saying that this is single point of ...
1
vote
1answer
73 views

Implementing a “saga timeout” using an IIS-hosted WCF service?

I have a fairly straightforward scatter-gather pattern implemented using an IIS-hosted web service (WCF) as both the request handler (broadcast) and aggregator. Everything runs pretty smoothly using ...
1
vote
2answers
246 views

Any good EAI (Enterprise Application Integration) books? [closed]

One of the jobs I'm looking at requires good experience with EAI. Was wondering if anyone can recommend good EAI books / resources?
1
vote
1answer
143 views

MessageHeaders get lost at HttpOutboundGateway

I implemented the Message interface to include some headers for use with a HeaderValueRouter on server side. Within one VM this works (tested using a filter between two endpoints). But if I send the ...
1
vote
0answers
164 views

Oracle Fusion Middleware comaprison with other leading middleware products in market

Anyone please provide "Oracle Fusion Middleware comaprison with other leading middleware products in market" based on features, cost, etc.
1
vote
3answers
243 views

Should I use messaging instead of a database

I am designing a system that will allow users to take data from one system and send to other systems. One of the destination systems has a sophisticated SOA (web services) and the other is a ...
1
vote
2answers
779 views

How do you estimate a EAI project using Function point?

How do you estimate a EAI project using Function point?
0
votes
2answers
62 views

Siebel COM Data Control File Transfer

Get the attachment from Siebel using COM Data Control. SiebelBusObjectInterfaces.SiebelDataControl sblDataControl = new SiebelBusObjectInterfaces.SiebelDataControl(); bool success = ...
0
votes
2answers
74 views

What are some various SOA approaches or methodologies

I've read of an ESB being used as a SOA approach. What are some other approaches?
0
votes
1answer
305 views

Spring integration tutorials, information,examples?

I am new to spring Integration. I read that it is flexible and light weight integration technology build on Spring framework. It is used for Enterprise Application Integration (EAI). Where can I ...
0
votes
2answers
292 views

Message Queue: Can we trigger events when a message enters the queue?

At work we're discussing whether or not to implement a message queue for our PHP application. Currently we're looking at Apache's ActiveMQ. One thing we're not entirely clear on is whether or not it's ...
0
votes
1answer
128 views

is it possible to integrate a desktop application in a Web application?

I have retail POS (Place of service) system implemented in .net and java swing versions. This is desktop application. Is it possible to integrate this into Web portal/application using some EAI/ ...
0
votes
3answers
573 views

Do I need a separate server to implement an ESB (e.g. Apache Camel, Mule)?

Do I need a separate server to implement an ESB (e.g. Apache Camel, Mule) ?
0
votes
1answer
165 views

Does one use WF and WCF together to build a messaging system?

I am looking to build an messaging infrastructure to facilitate communications between different systems in our organization. There are many way to go about this. I have looked into nServiceBus and ...