1. Message Oriented Middleware (MoM) Vs. Enterprise Service Bus (ESB) stackoverflow.comI 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.comI 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.comWith 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.comI'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.comOn 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.comI 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.comWhere can I find some information on the uses and benefits of an enterprise service bus (ESB)? I am looking for information about:
|
8. Mule ESB /GigaSpaces XAP/Appistry/GoGrid for Paas Platform to OnBoard Multiple Applications as SaaS? stackoverflow.comWe 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.comI 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.comA 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.comI'm trying to get the FROM email address in Mule ESB. |
12. Apache Camel ESB for C# and Java EDA stackoverflow.comWe 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.comI 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.comI 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.comIs 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.comI have a working Mule 2.2.1 configuration with the imaps:connector. But I am not able to proceed emails with attachments. Any experience?
|
17. How do I implement a pass-through JAX-RS proxy using Apache Camel? stackoverflow.comThis 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.comI 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.comLooking at the logs it looks like Mule is always starting in Developement Mode, How do I switch this for Production?
|
20. Mule 3.1 - Message transform exception with http-request-to-parameter-map transformer stackoverflow.comI 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.comI´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.comI 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.comI 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.comI have to have a kind of mediator/routing system that should talk to several systems in the backend. It will look like this:
|
25. How does one monitor Mule 3 ESB Community Edition with multiple Servers/Mule Agents? stackoverflow.comMule 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.comI 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.comWe 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.comFor 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.comHere 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.comHi 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.comWrite 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 |