open-liberty

Is there a “feature” in Open Liberty to connect to IBM MQ, equivalent to wmqJmsClient-2.0 in Liberty Profile?

巧了我就是萌 提交于 2019-12-07 18:19:52
问题 IBM WebSphere Liberty Profile provides the "wmqJmsClient-2.0" feature to interact with IBM MQ Is there an equivalent for Open Liberty? [UPDATED] If not (as it seems), how to connect Open Liberty to IBM MQ? Should I develop an Open Liberty "feature" equivalent of the one available in WLP, based on the IBM MQ official RAR file (currently "9.1.0.0-IBM-MQ-Java-InstallRA.jar" ) ? Or is there a "generic" way to configure such a connection in Open Liberty? (I guess the question arises with other

Is there a “feature” in Open Liberty to connect to IBM MQ, equivalent to wmqJmsClient-2.0 in Liberty Profile?

爷,独闯天下 提交于 2019-12-05 22:02:59
IBM WebSphere Liberty Profile provides the "wmqJmsClient-2.0" feature to interact with IBM MQ Is there an equivalent for Open Liberty? [UPDATED] If not (as it seems), how to connect Open Liberty to IBM MQ? Should I develop an Open Liberty "feature" equivalent of the one available in WLP, based on the IBM MQ official RAR file (currently "9.1.0.0-IBM-MQ-Java-InstallRA.jar" ) ? Or is there a "generic" way to configure such a connection in Open Liberty? (I guess the question arises with other Queue Managers like ActiveMQ , Artemis , OpenMQ etc.) OpenLiberty has the jms-2.0 feature, which allows