WebsphereMQ with .Net Core 2.2

前端 未结 1 1230
独厮守ぢ
独厮守ぢ 2021-01-14 23:34

I\'m trying to connect to a WebsphereMQ queue using .Net Core 2.2. I\'m really confused on how to do this. I would like some clarification before showing what I\'m trying (a

相关标签:
1条回答
  • 2021-01-14 23:44

    amqmxmsstd.dll is the library that has to be used and it is available from MQ v9.1.1. Following is the infocenter link which talks about using XMS with Microsoft .NET Core. Using XMS with Microsoft .NET Core

    You would need both amqmdnetstd.dll and amqmxmsstd.dll for developing XMS .NET applications and both these dll's are built using .NET Standard.Following infocenter link talks about the framework used to build these libraries. Installing IBM MQ classes for .NET Standard

    As Josh pointed out,you can use MQ Redist client to get libraries. Download "9.1.1.0-IBM-MQC-Redist-Win64" from IBM MQ Redist clients

    0 讨论(0)
提交回复
热议问题