Click here to Skip to main content
15,888,325 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hai,
I want to connect with IBM MQ series from my .net application.I have send data from application to MQ series(i.e existen in server).For that i need to add reference to import "using IBM.WMQ".Any one can help me...
Posted
Updated 15-May-22 22:06pm

1 solution

You need to download the latest client from IBM website. It's free. But you need to install it on all machines where the client will run (it does not work if you try to copy just some libs).
I would recommend to use XMS API, it's simpler. The assemblies will be installed in GAC
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900