Apache Camel ESB for C# and Java EDA

Posted by Dokie on Stack Overflow See other posts from Stack Overflow or by Dokie
Published on 2010-05-24T11:07:56Z Indexed on 2010/05/24 11:11 UTC
Read the original article Hit count: 750

Filed under:
|
|
|
|

Hi

We are looking at integrating some of our coarse grained business Services using an Event Driven Architecture (EDA) and the server side of these Services (REST) are implemented in both Java and .NET (C#). We originally thought of using RabbitMQ (and AMQP protocol) as a neutral and open means (with good client support in these two languages), but it means having to support another runtime (Erlang) alongside Java and the CLR. We are also looking at Apache qPid as that has a Java broker implementation of the AMQP protocol which might eliminate that concern.

Does anyone have any experience of trying to use the richer Apache Camel ESB on top of ActiveMQ to integrate Java and .NET Services in a Pub-Sub EDA manner? Have I missed any other possible suggestions as to a route through this?

Thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about esb