Resolve ActiveMQConnectionFactory class not found exception

If you encounter the following error while running the mule application, the reason is it is looking for activemq supporting classes in your project and it is not finding it.  Those classes are available in activemq-all-x.xx.xx.jar file (Add activemq-all-x.xx.jar file if your…