There a few ways of doing. The documentation is at: http://activemq.apache.org/how-do-i-embed-a-broker-inside-a-connection.html
You can also use the following to config embedded broker via brokerConfig transport: vm://localhost?brokerConfig=xbean:activemq.xml Or, together with broker for simple configurations in one uri: http://activemq.apache.org/broker-uri.html Fengming Lou On Aug 12, 2011, at 3:01 PM, Mohit Anchlia wrote: By VM transport I am assuming that I can run apacheMQ inside my application server mule. I am looking for instructions on how I can install and configure inside app server.