ibm-messaging / mq-jms-spring

Components to assist MQ JMS integration with Spring frameworks
Apache License 2.0
186 stars 102 forks source link

How to configure Primary and Secondary queue #69

Closed damvinod closed 3 years ago

damvinod commented 3 years ago

We have HA setup of IBM MQ. So as a client I need to connect to Primary and Secondary queue. So how to do it in application.properties

ibmmqmet commented 3 years ago

Simplest way is to use a comma-separated list of addresses in the conname. See the KC. Or do the equivalent in the CCDT.

ibmmqmet commented 3 years ago

closing as answered