Class MQManager

java.lang.Object
com.softwaremining.mq.MQManager

public class MQManager extends Object
MQManager has the responsibility to provide access to a user defined MQImplementation.
by default the system uses com.softwaremining.mq.MQImpl - which is based on ActiveMQ
You can override this by setting the following in softwaremining.properties:
MQ_IMPL=com.mycompany.MyMqImplementation
This HAS TO implement the interface
com.softwaremining.mq.MQInterface