how to get connect with ibm websphere mq by using c#.net

后端 未结 4 2203
有刺的猬
有刺的猬 2020-12-13 22:07

can any one guide me on, to get connect with ibm websphere mq by using c#.net, reason was i am trying to push the message in to MQ, kindly can any give me suggestion to conn

4条回答
  •  隐瞒了意图╮
    2020-12-13 22:31

    There are number of samples that come with MQ product install. Refer Nmqsput.cs for your case. When creating a new project you will need to add amqmdnet.dll as reference.

    Not sure what version of MQ you are using. I am assuming you are using MQ v701. You can find the samples under tools folder of your MQ installation.

    If are looking for JMS style of messaging in C#, then XMS .NET is worth looking at. You can find the samples of XMS .NET in the same folder as MQ samples. XMS .NET reference is here

提交回复
热议问题