Tagged Questions
Mule ESB (a.k.a. Mule) is a lightweight Java-based enterprise service bus (ESB) and integration platform that allows developers to connect applications together quickly and easily, enabling them to exchange data. Mule ESB enables easy integration of existing systems, regardless of the different technologies that the applications use, including JMS, Web Services, JDBC, HTTP, and more.
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 ...
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
618 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 ...
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 ...
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
0answers
95 views
Java (with Mule and/or Spring) vs .NET for SOA development [closed]
There are several posts on stackoverflow regarding Java vs. .NET, however, I feel that there needs to be more explanation with regards to each technology as applied to SOA development.
I am very new ...
3
votes
1answer
206 views
Any good in memory SFTP servers for Java?
I have some code I need to write a test for that connects to a vendor's SFTP server and puts a file there. Right now the test is connecting to their actual server but I'd rather not do that. Ideally ...
3
votes
3answers
275 views
How to patch a subcomponent in a maven-managed framework?
I need to patch the mule-transport-jms subcomponent of mule for this bug (http://www.mulesoft.org/jira/browse/MULE-3983). The "fix" is straightforward but what is vexing me is deploying the patched ...
3
votes
3answers
683 views
MULE lifecycle - how to hook into startup process
I would like to be able to create some directories after Mule has started, but before it starts any other services.
I started looking into notifications but I'm not sure if that is the right place to ...
3
votes
1answer
2k views
Unable to locate NamespaceHandler core
org.mule.api.lifecycle.InitialisationException: Initialisation Failure: Configuration problem: Unable to locate NamespaceHandler for namespace [http://www.mulesource.org/schema/mule/core/2.1]
...
2
votes
0answers
29 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
2answers
109 views
Adding authorization to a third-party web service
I have several third-party web services of which I only have their WSDL's. Currently they are only accessible in my internal network. I would like to expose those web services to the internet but, ...
2
votes
1answer
123 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
1answer
209 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
75 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
242 views
Cannot get http basic authentication in Mule 3 to work
I am having a problem with getting HTTP Basic auth. to work with Mule 3.2. We have earlier used Mule 2.1.1 without problems but now I am stuck. I have created a small test service with a configuration ...
2
votes
1answer
50 views
Is it viable to set up a store only using magento API?
I am trying to set up a web store using magento on a SOA Architecture. So I intend to use all of the functionalities through the API connecting it with mule ESB.
However on my research I have read ...
2
votes
1answer
455 views
How to link a soap request and response in mule 3
I need to send a file to a external web service. When the response is 1, the file should be deleted, else the file should be kept.
I use the file connector to send the file, and insert a record into ...
2
votes
2answers
97 views
Update employee in Netsuite with Mule ESB
How to set department in employee on netsuite with mule ESB?
Thx.
2
votes
1answer
290 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
1answer
401 views
How to build a simple web proxy in Mule 3?
I ran this Mule 3 file expecting that when I browse to http://localhost:9000, I would be redirected to http://localhost/path (source):
<?xml version="1.0" encoding="UTF-8"?>
<mule ...
2
votes
1answer
121 views
Mule Dynamic flow name runtime
I was wondering whether anyone had any experience dynamically setting the name of the flow I want to redirect to in Mule? The use case is that I might have data coming in and I want to route the ...
2
votes
2answers
124 views
Bind XSD element to a Java implementation?
I would like to know how to bind an XML tag in a certain namespace to some implementation in Java e.g. the way Mule does with the tags defined in it's various XSD files. Is it related/done with JAXB ...
2
votes
1answer
205 views
creating a message in MSMQ from Mule
I am using a java class as a mule endpoint that writes a message into a windows message queue. This is being done to "glue" a java app with a .Net app that consumes the data.
I am using the ionic ...
2
votes
1answer
50 views
Installation of different versions of Mule ESB in the same server
PROBLEM - Can different versions of Mule be deployed (say Mule 2.0 and 2.2.0) in the same server?
They will be used for different applications.
Will there be any conflict because of it?
Should any ...
2
votes
2answers
1k views
How do I create a Mule ESB Service to HTTP POST using name/value pairs?
I need to create a mule service that will POST data to a web service that expects name/value pairs (not xml), then process the XML response from that service. I cannot find a good example on how to ...
2
votes
2answers
319 views
Mule ESB /GigaSpaces XAP/Appistry/GoGrid for Paas Platform to OnBoard Multiple Applications as SaaS?
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 a SaaS basis. There will be ...
2
votes
1answer
1k views
Create pass through with Mule ESB 2.2.1
I'm attempting to set up a config file for Mule ESB 2.2.1 that routes incoming requests to another box. This seems straight forward, but I am getting connection refused exceptions and I'm not sure ...
2
votes
2answers
700 views
How to Use Grizzly Embedded Server for Mule as Well as Jersey
I'm currently using JerseyTest w/ Grizzly embedded server to test some code. I do some very simple configuration to point it to the proper resources:
Map<String, String> initParams = new ...
2
votes
2answers
842 views
Mule/Jetty Setup
I have a working Mule application that I want to setup Jetty on to respond to http requests. The following config:
<jetty:endpoint address="http://localhost:8080"
...
2
votes
1answer
959 views
Am failing to transform xml to SOAP
I'm having a problem calling a webservice from Mule using Axis. I've created a fairly simple example where I have xml in a file being read by Mule, it's then transformed into a Document and sent to ...
1
vote
1answer
8 views
Using Mule Expressions in a Spring Configuration
I'm setting up a Mule application and in it, I wanted to use Spring beans to wire up an EHCache and JDBC connection. Instead of putting the configuration information in each Mule application I create, ...
1
vote
0answers
21 views
Bad version number in .class file - Mule, Soap and Restful
I have 2 web services, a SOAP and a Retsful service. I am hosting the Soap service via Mule.
As part of the Soap service, I am calling the Restful service, doing a GET with parameters.
Using SoapUI, ...
1
vote
2answers
35 views
Converting POJO to JSON using Mule 3
I'm getting started using Mule, but the documentation is all over the place. I am trying to write a fairly simple flow. Here is what I'd like it to do:
Call existing Spring service that returns a ...
1
vote
1answer
38 views
Mule ESB: Retrieving email messages from Gmail using IMAP connector
I am new to Mule and im trying to create a Mule configuration that pulls sent emails from a GMail account via imap and pushes them to a php script that processes and stores them in a custom CRM that ...
1
vote
1answer
117 views
Mule ESB Proxy webservice
Currently we are trying to build a proxy with Mule ESB that provides an internal webservice and then goes to an external soap service with the provides parameters of the internal one. Once I got that, ...
1
vote
1answer
98 views
Passing date parameter to jdbc query in Mule
I have a flow in Mule where I want to use a date parameter i get from one query as an input for another query.
<jdbc:connector name="myConnector" transactionPerMessage="false" ...
1
vote
2answers
27 views
Pass the request of Mule ESB service to conditional routers
I am exposing a CXF service using Mule ESB and i need to pass on the request as is to the Conditional routers. Most of the examples I see pass the response to conditional routers.
How do I pass the ...
1
vote
1answer
29 views
Custom aggregation in Mule ESB
I have the following use case in Mule ESB -
Expose a SOAP endpoint
Depending on a attribute in the SOAP request do conditional routing
a. If the parameter value is 'a' then get response from one ...
1
vote
1answer
83 views
Mule3 Issue when trying to expose service using jaxws-service
In first I generated CXF service using the WSDL to Java tool from CXF or the Maven plugin and then trying to expose service via mule 3 using cxf jaxws-service like so:
<flow ...
1
vote
1answer
42 views
How to make a deployable war file of a mule ESB application
can somebody please help me how to make a war of a simple mule application.
My mule application consists of a single mule-config.xml file.
I have made this mule project in ecplise and can run it as a ...
1
vote
2answers
100 views
Mule message enricher from jdbc source
I'd like to enrich the current message with two variables, LAST_POLL_START and LAST_POLL_END. These variables are then going to be used to build another jdbc query.
However, I cannot understand how I ...
1
vote
2answers
68 views
Can't receive an HTTP response from Mule
I am creating a basic service component that takes a URL as input at http inbound endpoint. Code snippet from the mule-config file is as follows:
<service name="follow">
...
1
vote
2answers
86 views
Checking an environment variable using the Maven AntRun plugin
I'm trying to check and see if the MULE_HOME environment variable is set within the maven-antrun-plugin without success. Here's what I have so far:
<plugin>
...
1
vote
1answer
200 views
Proxy HTTP POST form data in Mule 3.1.2
I need to send some post data to another server in mule 3.1.2. Here is my mule-config file:
<?xml version="1.0" encoding="UTF-8"?>
<mule xmlns="http://www.mulesoft.org/schema/mule/core" ...
1
vote
1answer
121 views
Mule file transfer not deleting source files
I am using Mule 3.2 and I am moving files from one location to another location. The error/problem is that Mule keeps on processing the same files again and again and do not deleted them.
The console ...
1
vote
1answer
24 views
How do I add transactions to a recipient-list?
I am able to send to a list of dynamic URI's based off of the message's contents. I have the code place the URI of the destinations in the header key of 'destination. It can be assumed that the URI ...
1
vote
1answer
33 views
Mule Restlet app not work
This is a RESTful interface embedding in Mule, which accepts a username and output "hello, $name"
The following is part of content in mule-config.xml
<model name="greetingModel">
...
1
vote
2answers
78 views
How to start and stop mule in maven
I need to start Mule before I run my tests, and stop it when the tests are finished. It is unclear to me how to alter my Maven pom to accomplish this. So far I have the following in my pom:
...
1
vote
1answer
80 views
How to re-use choice element across multiple flows?
I have a mule-config file where i have defined a "http inbound" to accept request on the corresponding URL.
Now what i have to to is to accept only a valid http inbound address and reject others.
...