I have been doing some research on the various ways of connecting to MQ using LS.
MQLSX - no longer supported
LS2J + Java Classes - recommended by IBM
MQAX (ActiveX) library - ??
Altough IBM suggests using LS2J + Java Classes, it seems like it would be much simpler to just use ActiveX…mainly because:
-
no need to update notes.ini with classpath on user PCs
-
can access objects directly without LS2J interfaces
Has anyone used the activeX api before and are there any reasons not to?