Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

vbMQI.dll COM-based MQI calls 1

Status
Not open for further replies.

HrothgarV

Programmer
Oct 30, 2001
4
US
Hi All,

I've created a COM-based dll encapsulating the typical MQI calls (MQCONN, MQOPEN, MQCLOSE, MQPUT, MQGET, MQPUTANY, MQGETANY). This was written in VB and thus requires the vb runtime be installed. It has an accompanying doc on the exposed methods and properties. It is simpler to use than the component object model provided by IBM.
Since it is COM-based, it can be used by any language that support COM interface.
Please let me know if you are interested (question TO MODERATOR: and if I can post it here).

Thanks,
HrothgarV
 
do you have it avaliable anywhere? i'm having nightmares trrying to bind mq and php... COM may be a solution.

mauwolff
 
HrothgarV,
I would be interested in reviewing the source code.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top