Using MQ SERIES

  • Thread starter Thread starter oz
  • Start date Start date
O

oz

Hi,
Where can i find code examples of connecting with MQ from VB.net(not using
msmq bridge)
BR
Oz
 
MQ Series is not MSMQ.

I think the best area is ibm site and ibm books. You can see there what they
have in Beta state and what could be used now.
Currently official way is to use unmanaged ActiveX (COM), which IBM delivers
with MQSeries.
E.g. see
http://publibfp.boulder.ibm.com/epubs/html/amqtan02/amqtan02tfrm.htm

In worst case you will need to develop your own dll, which will expose
required functionality to .Net. See description of platform invoke in MSDN.

HTH
Alex
 
Back
Top