ops4j / org.ops4j.pax.jms

Pax JMS provides a lightweight bridge between Java Message Service (JMS) and OSGi using Declarative Services and the whiteboard pattern
Apache License 2.0
6 stars 8 forks source link

support connectionNameList on pax-jms-ibmmq #18

Closed ahnarayanan closed 4 years ago

ahnarayanan commented 4 years ago

IBM MQConnectionFactory supports connectionNameList property of format "host1(port1),host2(port2)" which reconnects to the next broker on the list, if the first broker's connectivity is broken in the case of multi-instance queue managers. But this format is same as the CONFIG_LOADER_PATTERN to resolve external configuration (here)

This is causing the connection factory instantiation to fail.

ahnarayanan commented 4 years ago

closing this since it is fixed.