WebSphere MQ with VB.Net

JimmyFo

Member
Joined
Aug 15, 2005
Messages
13
Programming Experience
1-3
Hi all, I'm not sure where this topic would belong, but perhaps you can help me. I'm trying to write a short application that takes ticks and makes them the message for IBM WebSphere MQ. The problem is, I'm not sure how to send messages via VB.Net with what MQ gives me.

I've referenced the amqmdnet.dll to get access to the IBM.WMQ... library. However, I'm not sure where to go from there - the Redbook is not very clear.

I believe that basically I would need to use something along the lines of:

Dim mqMsg As MQMessage = new MQMessage
mqMsg.WriteStrint(message)

I don't know how to access my (local) queue manager through VB.Net though, and then put the messages. Any ideas?

Thanks.
James
 
Back
Top