DEV Community

Discussion on: Using multiple JMS servers with Spring Boot

Collapse
 
adzubla profile image
Eduardo Issao Ito • Edited

Yes, you would have two ConnectionFactories with distinct channels. Note that if you are using the same queue manager name for both ConnectionFactories, you should change how the the endpoint Id is constructed.