Tagged Questions

An enterprise service bus (ESB) is a software architecture construct which provides fundamental services for complex architectures via an event-driven and standards-based messaging engine (the bus). Developers typically implement an ESB using technologies found in a category of middleware infrastructure products, usually based on recognized standards.

learn more… | top users | synonyms

17
votes
4answers
10k views

Difference between a Message Broker and an ESB

I have gone through different questions/articles on Message Brokers and ESBs(Even on stackoverflow). Still not a clue as what is the CLEAR demarcating difference between an Message Broker and an ESB? ...
15
votes
3answers
2k views

Is Integrating an ESB (ServiceMix/Mule) Worth the Learning Curve?

I'm looking at integrating an ESB into an existing Java/Maven web based product. Specifically, I'm looking at ServiceMix and Mule. The product will connect to several different services, including ...
14
votes
2answers
2k views

Enterprise Service Bus, .NET Service Bus, NServiceBus and the wheels on the bus

Enterprise Service Bus (ESB), .NET Service Bus, NServiceBus, RhinoServiceBus, MassTransit and so on. I'm trying to understand what each of these technologies have in common or not in common. I ...
13
votes
13answers
10k views

Best ESB and SOA registry out there

Our company is looking to implement an ESB into our SOA. Our SOA is in initial development stages. We currently have F5/BigIP in place with sufficient health checking, load balancing, redundancy, ...
12
votes
6answers
738 views

Can someone explain an Enterprise Service Bus to me in non-buzzspeak?

Some of our partners are telling us that our software needs to interact with an Enterprise Service Bus. After researching this a bit, my instinct is to say that this is just buzz speak for saying ...
11
votes
5answers
1k views

What is an ESB and what is it good for?

At a previous job, there was lots of talk about "Enterprise Service Bus" (ESB). I read parts of a conceptual book about it, but never really understood how you would implement/integrate it in ...
11
votes
5answers
6k views

Message Oriented Middleware (MoM) Vs. Enterprise Service Bus (ESB)

I come from a background of MoM. I think I understand ESB conceptually. However, I'm not too sure about the practical differences between the two when it comes to making a choice architecturally. ...
10
votes
8answers
7k views

.Net ESB's out there

Does anyone know about .Net ESB's out there, I would prefer Open Source. Personally I know about - NServiceBus http://www.nservicebus.com/ - ESB.Net http://www.codeplex.com/KeystrokeEsbNet - ...
8
votes
7answers
3k views

Apache Camel and other ESB products

Hey, If we have Apache Camel why to use other solutions like Apache ServiceMix and Mule? Is there something Apache Camel can't do comparing to these products? When to use Mule/ServiceMix and when to ...
7
votes
2answers
623 views

PHP and ESB (with Mule) (ESB: Enterprise Service Bus)

Where, when and why did you use ESB in a PHP-project? Where, when and why do you think that it would make sense to use ESB in a PHP-project? Does ESB (and ESB-facilitators like Mule) do provide any ...
6
votes
2answers
824 views

Enterprise Service Bus real world usage or examples

I'm looking into the ESB thing with .net like NServiceBus etc , can someone highlight what kind of real world business problems can be solved (forget the technical edge) ? And is this used to ...
6
votes
8answers
702 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 ...
6
votes
6answers
3k views

What is the best Java based ESB Solution available?

I know there are similar questions on this topic, but none of them answers my particular questions correctly. We are in the phase of choosing a new ESB provider for our enterprise, our main purpose ...
5
votes
1answer
85 views

Deploying Java ESBs to the cloud

For a new project I'd like to use an Open Source ESB (Mule, OpenESB, ServiceMix etc) deployed to a cloud infrastructure (Google App Engine, Heroku, Amazon). Are there any good resources on this and ...
5
votes
4answers
718 views

How to Implement Loose Coupling with a SOA Architecture

I've been doing a lot of research lately about SOA and ESB's etc. I'm working on redesigning some legacy systems at work now and would like to build it with more of a SOA architecture than it ...
5
votes
6answers
1k views

Benefits of an enterprise service bus

Where can I find some information on the uses and benefits of an enterprise service bus (ESB)? I am looking for information about: the kinds of problems and ESB helps to solve the alternatives to ...
5
votes
0answers
594 views

Sonic ESB Experiences? [closed]

From a programmer's standpoint, what is your opinion of Sonic ESB? We had the Progress people come give us a demo, and we baked up a proof of concept. But we are interested in what collective ...
5
votes
2answers
808 views

Enterprise Service Bus Terminology

Can anyone explain at a beginner-intermediate level the terminology of "bus", "transport" and "endpoint" in the context of an enterprise service bus? I'm a C# developer with a few years experience ...
5
votes
6answers
641 views

SOA Governance Explained

Does anybody have an idea what SOA Governance is all about? What is the difference (or correlation) between SOA Governance and IT Governance? and How can it be applied using SOA platforms available in ...
5
votes
5answers
6k views

Difference between WebLogic Integration and Oracle Service Bus?

I have limited knowledge of Java-based technologies, and for business enforced reasons, I may need to decide whether WebLogic Integration (WLI) or Oracle Service Bus (OSB) is the better choice for ...
4
votes
2answers
165 views

SOA style architecture in ColdFusion?

The backend of the company's internal system is getting complicated and I would like to explore the idea of doing a SOA style architecture instead of a heavy monolithic system. Where shall I start? ...
4
votes
1answer
515 views

Using RabbitMQ is there a way to look at the queue contents without a dequeue?

As a way to learn RabbitMQ and python I'm working on a project that allows me to distribute h264 encodes between a number of computers. The basics are done, I have a daemon that runs on Linux or Mac ...
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 ...
4
votes
2answers
87 views

WCF competitive consumer pattern

Is it possible to create a WCF service (web service) that only accepts a single connection at any one time with all other calls either queued or rejected. Need to implement the competitive consumer ...
4
votes
3answers
595 views

Alternatives to Enterprise Service Bus

I am considering using ESB like Mule for my next project. The problem is that I've heard lots of critics about ESBs, mainly that they are heavyweights that cause more problems than they solve. What ...
4
votes
2answers
739 views

Implementing ESB (Enterprise Service Bus) in a functional language

I am hoping that an architecture question is reasonable on Stackoverflow, so I am asking this here. I have been trying to see where a functional language would be useful outside of math-oriented ...
4
votes
3answers
702 views

Making a Service Layer call from Presentation layer

I have to choose a technology to connect my Application/Presentation Layer (Java Based) with the Service Layer (Java Based). Basically looking up appropriate Spring Service from the Business Delegate ...
4
votes
4answers
3k views

Spring Integration as embedded alternative to standalone ESB

Does anybody has an experience with Spring Integration project as embedded ESB? I'm highly interesting in such use cases as: Reading files from directory on schedule basis Getting data from JDBC ...
3
votes
2answers
77 views

In the context of ServiceMix/CXF, what does 'transport' mean?

I have identified a concept pervading many components and ServiceMix elements. The term is transport. I have seen it used when defining CXF endpoints mostly. See for example this thread post: how to ...
3
votes
0answers
135 views

Oracle ESB, WS-AT and WCF

Does any body tried to enable WS-AT usage between Oracle ESB and WCF web service? At the moment I enabled WS-AT transactions on the MS DTC side, also I enabled usage of SSL for web services in ...
3
votes
2answers
132 views

Can ESB/BPM allow to totally get rid of coding apart from wrapping webservices?

In a big company I work for, a very (costfull) ESB has been bought, the purpose is to be able to align with business goal quickly by resusing legacy infrastructure wrapping them with webservices, that ...
3
votes
1answer
320 views

Is this a good reason to use a service bus, alternatives please

I'm in the planning phase of our new site - it's an extension of some mobile apps we've built. We want to provide our users with a central point for communication and also provide features for users ...
3
votes
5answers
707 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 ...
3
votes
2answers
992 views

Apache Camel ESB for C# and Java EDA

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 ...
3
votes
1answer
275 views

Can you reload JBoss ESB services via an MBean or something similar?

The services defined in my jboss-esb.xml refer to properties from the SystemProperties service. When I change a property in the properties file (ie, /conf/my-props.properties) I can reload them using ...
3
votes
4answers
584 views

BizTalk 2009 ESB Confusion

I have a little experience with BizTalk and am trying to understand BizTalk 2009 ESB Toolkit 2 without using it. Firstly, I am wondering whether anyone can clear up a couple of concepts for me: What ...
3
votes
2answers
276 views

Are there any .NET ESBs?

ESBs (Enterprise Service buses) have become quite popular in the enterprise Java world - but are there any equivalents in the .NET arena?
3
votes
5answers
2k views

Is orchestration an ESB responsibility?

Is an Enterprise Service Bus (a tool that acts as a mediator, a message broker, a service enabler, schema transformation enhancer, transparent location provider, service aggregator, load balancer, ...
3
votes
6answers
3k views

Should we introduce BizTalk/ESB?

My company are about to implement a new architecture in which we have proposed BizTalk (we are a Microsoft shop) as the Enterprise Service Bus (ESB) in a SOA (please don't quote Service Oriented ...
2
votes
0answers
32 views

Mule Syslog Inbound-Endpoint

I am attempting to create an inbound Mule endpoint that will receive Syslog messages from a remote server. The messages are recieved on port 514 using UDP packets. As I've seen no built-in Mule ...
2
votes
1answer
127 views

CXF Endpoint using Windows Credentials in Mule ESB

i have a working mule to C# service endpoint that i use. Service is hosted on WCF/C# - mule is openning a client to that service using a set of classes generated by apache cxf (Wsdl2java). However, ...
2
votes
2answers
74 views

Best practice - transfer data between web services using esb

I would like to ask you about best practise in sending data (POST/GET variable) between two web services, where between them is ESB: WEB_SERVICE1 <-----------> ESB <----------> ...
2
votes
1answer
211 views

Mule jdbc connector xml parsing

I'm having problems to add a JDBC endpoint to my Mule project but I'm having problems during the initialization due to some XML parsing problems. The problems started after I've added the JDBC ...
2
votes
1answer
77 views

External libraries for mule deployment

I have a mule app that I developed (and checked) on Eclipse's Mule IDE, and one of the components in it is using the external Microsoft JDBC SQL Server Driver class. Everything runs just fine on the ...
2
votes
1answer
96 views

Rolling a simple ESB/Discovery service in C#?

In looking around at the various ESBs and discovery services I've found a few things that are close to what i want (NServiceBus, the sample in .NET StockTrader, etc.) but have not been able to find a ...
2
votes
0answers
134 views

Node.JS based ESB

Does anybody know of a ESB written in Node.JS. It seems like node would be great for this. Probably note something on the scale of IBM DataPower, I only need the following features for now: Content ...
2
votes
1answer
73 views

Problems with deploying HTTPRouter action with a keystore file

I am attempting to create a keystore and truststore file from a self-signed certificate, for use in a HTTPRouter action, deployed within a JBoss ESB. I used openssl to retrieve the certificate of ...
2
votes
1answer
295 views

How does one monitor Mule 3 ESB Community Edition with multiple Servers/Mule Agents?

Mule 3 seems to be extremely cool however the price tag on their enterprise product just won't just it for us for some clients. As far as I am aware the community edition of Mule 3 allows you to ...
2
votes
2answers
366 views

nservicebus startup error

I'm trying to get up and running with my NServiceBus setup. I'm basically trying to copy some of the AsyncPages sample project. In my CommandServer project I have the following config: ...
2
votes
1answer
161 views

Managed Services Engine (MSE) Roadmap

Is anyone able to indicate if this project (Managed Service Engine) has been abandoned? I need to make a decision on whether or not to use this as part of my enterprises service virtualisation ...

1 2 3 4 5 6