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
You can add the auto configurations, which you want to disable, to the SpringBootApplication annotation:
@SpringBootApplication(exclude = JmsAutoConfiguration.class)