Can I install Mule on any application server. If so, how do we use Mule examples.
I configured my eclipse to run JBoss and Mule threads that are not deployed to the JBOss server. Synchronization gives an error (null pointer).
But when I start the Mule application, it works fine, but it starts the Mule Server.
How is Mule deployed in production? Do we need a Mule server that works with an application server?
Is it possible to pack the entire application in one (ESB + application) and deploy it to the application server.
source share