Daily Archives: June 4, 2018

C# .NET Code to Get a Message from a Remote Queue Manager

In my previous posting here, I did a write up of putting a message to a queue in a remote queue manager using C# .NET. In this blog posting, I’ll show you how to get a message from a queue of a remote queue manager using C# .NET. If you are familiar with IBM MQ […]

.NET, C#, IBM MQ, IBM MQ Appliance, Open Source, Programming, Windows Comments Off on C# .NET Code to Get a Message from a Remote Queue Manager

C# .NET Code to Put a Message to a Remote Queue Manager

I write a lot of C & Java code and I like to publish working examples of C and Java using MQ. So, I thought I should throw a little love towards C# .NET. 🙂 If you are familiar with IBM MQ Classes for Java then writing code with IBM MQ Classes for .NET will […]

.NET, C#, IBM MQ, IBM MQ Appliance, Programming, Windows Comments Off on C# .NET Code to Put a Message to a Remote Queue Manager