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

fixes #18 support ibmmq connectionNameList with host1:port,host2:port #21

Closed ahnarayanan closed 4 years ago

ahnarayanan commented 4 years ago

support connectionNameList of the form host1:port1,host2:port2,.. and convert to host1(port1),host2(port2)