In my spring boot application i configure two different instances of MQQueueConnectionFactory (different id) as it is a need of the application. For that i have added ibm cl
FYI, use this to disable ActiveMQ
@SpringBootApplication(exclude = ActiveMQAutoConfiguration.class)