ESB « Library « Java Enterprise Q&A





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

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 ...

2. Does anybody have any feedback on SeeBeyond / Sun's JCAPS product    stackoverflow.com

I have a client currently thinking about using SeeBeyond / Sun's JCAPS product, does anyone on SO have any positive or negative experiences using / developing for it ? ...

3. Recommended frameworks for Enterprise Service Bus (ESB) in open source projects    stackoverflow.com

With an abundance of frameworks for Java Enterprise Service Bus(OpenESB, ServiceMix, Apache Synapse, ...), which one should be selected for new projects? What are the pros and cons for each one? ...

4. Is Integrating an ESB (ServiceMix/Mule) Worth the Learning Curve?    stackoverflow.com

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 email, Quartz, ...

5. What the best way to move IBM Message Broker components between DEV, QA and PROD environments?    stackoverflow.com

On a SOA project we start to employ IBM WebSphere Message Broker to orchestrate .NET-based web services. We have distinct DEV, QA and PROD environments for the system being developed. WebSphere ...

6. When to use an ESB? messaging with Email/XMPP/SMS    stackoverflow.com

I am adding some more depth to the application by supporting multiple methods for notification. Currently, if there is an exception on the site or an event occurs on the ...

7. Benefits of an enterprise service bus    stackoverflow.com

Where can I find some information on the uses and benefits of an enterprise service bus (ESB)? I am looking for information about:

  1. the kinds of problems and ESB helps to solve
  2. the alternatives ...

8. Mule ESB /GigaSpaces XAP/Appistry/GoGrid for Paas Platform to OnBoard Multiple Applications as SaaS?    stackoverflow.com

We are working on a project to develop a platform that will allow us to easily add multiple applications onto a cloud platform so that the applications can be offered on ...

9. What is the best Java based ESB Solution available?    stackoverflow.com

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, ...





10. what's integration experience in java context?    stackoverflow.com

A client is looking for integration experience - I have done JMS and web services work in the past, but I am not too sure if that qualifies as integration experience. ...

11. Mule ESB - How to get MimeMessage instead of MimeBodyPart?    stackoverflow.com

I'm trying to get the FROM email address in Mule ESB.
I'm getting the retrieved object as MimeBodyPart, I'd like to have MimeMessage instead. How to do this?
Any solution - either ...

12. Apache Camel ESB for C# and Java EDA    stackoverflow.com

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 ...

13. How to access username principle in a cxf-se with ws-security?    stackoverflow.com

I finally got the Ws-Security working with CXF-BC & CXF-SE combination. I'm now trying to access the username from the soap header in the SE to check permission and ownership ...

14. How to filter outbound routing using Mule ESB?    stackoverflow.com

I have a instance of Mule that is configured to process xml responses from a third party provider. Recently the provider has moved to a new revision and hence changed ...

15. PubSub between Java and .Net    stackoverflow.com

Is there a good free service bus for .Net that allows subscriptions from Java clients? I'm working with NServiceBus and I like the fluent API and the simplicity, but it doesn't support ...

16. Emails with Attachments Cause an Error in Mule    stackoverflow.com

I have a working Mule 2.2.1 configuration with the imaps:connector. But I am not able to proceed emails with attachments. Any experience?

org.mule.api.service.ServiceException: Cannot route event as component "imap" is stopped. Component that ...





17. How do I implement a pass-through JAX-RS proxy using Apache Camel?    stackoverflow.com

This is using Camel 2.5.0 The route is pretty simple. The starting point is a jetty://.../web/service/path and the end of the route is an http://real-webservice-host/web/service/path. The problem I'm having ...

18. ESB to ESB communication    stackoverflow.com

I am trying to develop a system that has multiple services say ServiceA and ServiceB and they are both part of different esb packages say ESB1 and ESB2. I have developed ...

19. Mule ESB development and production mode    stackoverflow.com

Looking at the logs it looks like Mule is always starting in Developement Mode, How do I switch this for Production?

**********************************************************************
* Mule ESB and Integration Platform *
* Version: 3.1.0 Build: 20848 ...

20. Mule 3.1 - Message transform exception with http-request-to-parameter-map transformer    stackoverflow.com

I am attempting to create a simple service in which an HTTP request is made, I get a map of key/value pairs for the query parameters, and I return something in ...

21. Error using wsdl2java tool on FUSE ESB (Servicemix)    stackoverflow.com

I´m working with Fuse Services Framework / Apache CXF 2.4 wich is based on ServiceMix, on Ubuntu 10.1. I followed this tutorial http://fusesource.com/docs/esb/4.4/cxf_jaxws/index.html and on section II.4 "Generating the starting ...

22. PubSub EventBus in Java (comet-style)    stackoverflow.com

I am trying to build a very simply event bus, where both subscriptions and publications are made in Java applications. However, the bus needs to be deployed on server side, while multiple ...

23. Scaling application on FUSE ESB    stackoverflow.com

I want to know how to scale my app on FUSE ESB. Is it possible to use many ESB on many PCs instead of single ESB on one powerful high-end server? ...

24. Can I use Mule, Apache Camel, ServiceMix or another ESB for my problem?    stackoverflow.com

I have to have a kind of mediator/routing system that should talk to several systems in the backend. It will look like this:

    Client 
    ...

25. How does one monitor Mule 3 ESB Community Edition with multiple Servers/Mule Agents?    stackoverflow.com

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 ...

26. Mule ESB Create map payload    stackoverflow.com

I need to transform inbound payload into map (java.util.Map). There are any way to create map in mule xml configs? Regards EDIT: Payload type is com.novell.LDAPAttributeSet which is set of LDAPAttribute objects. LDAPAttribute object ...

27. Architecture for processing asyncronous HTTP request/response : ESB vs Async Http Client library    stackoverflow.com

We are developing an application integrator which sends requests to various webservices simultaneously, aggregate data return by each webservice and format it to display on UI. Each webservice may have proprietary ...

28. Deploying Java ESBs to the cloud    stackoverflow.com

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 ...

29. Convert from 1 message format to another format    stackoverflow.com

Here is my requirement. I have a client that was sending a specific message format to some software service provider(ABC) using what ever network protocol. Now this client is switching software service provider ...

30. ESB for Internal/Intranet Applications in an Organization    coderanch.com

Hi All, I am new to ESB world and trying to see if ESB (Servicemix like) is the right candidate for our enterprise applications integration requirements. I posted this on Logicblaze forums and no body from Logicblaze/users answered this question. Hoping serverside users will help me in making a decision. My scenario is as follows. 1) We have couple of applications ...

31. How to Run a Servicemix ESB    forums.oracle.com

Write and install the components, deploy them to the container, much like you would with a servlet. Servicemix comes with loads of examples, have a butchers at some of them. Or, get hold of Maven and use it to generate skeleton projects for you. The Servicemix docs are pretty comprehensive, if a bit muddled. But they're still your best bet.

32. ESB question    forums.oracle.com