0

I have a WAS MQ server and some queues which have couple of messages. I have a java consumer to get those messages and everything is OK. When I want to get those messages by .net or delphi application; it's not working and throw an error code 2058. When I install WAS MQ Client in my PC; the error went away.

I want to install my .net app in more than 25 clients and I do not want to install WAS MQ Client to all of those clients. Is there a .dll or configuration or something like that to avoid install WAS MQ Client?

I am using these two dll: amqmdnet.dll, amqmdxcs.dll

Aliti
  • 2,025
  • 2
  • 27
  • 39
  • here is the question like mine http://stackoverflow.com/questions/5419978/net-using-ibm-mq-without-full-mq-client-install – Aliti Feb 09 '14 at 06:49

2 Answers2

1

Unfortunately It's not possible for now. See below link for more details: .net using IBM MQ without full MQ client install

Community
  • 1
  • 1
0

Here is a good document to solve this problem. I think in .NET we have to using Managed Connections instead of MQ Client.

Aliti
  • 2,025
  • 2
  • 27
  • 39