ibm-messaging / mq-jms-spring

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

CCDT as JSON #40

Closed salapat11 closed 4 years ago

salapat11 commented 4 years ago

Does this code base support CCDT file in JSON format? MQ client 9.2.0 supports this format.

ibmmqmet commented 4 years ago

This package has nothing to do with the CCDT file parsing - it's entirely done by the underlying client implementation based on configuration like the URI pointing at it. (And there's no 9.2.0 at the moment - I guess you meant 9.1.2.0.)

It does look like the allclient.jar that's currently available on Maven Central may not imbed or explicitly name the JSON library needed so you might need to have that separately named in the app's build control, like pom.xml if you get ClassNotFoundException or similar. The required artifact is "org.json:json".