I am working on a .NET API to put messages on MQ Queues. After putting a message successfully do I receive any acknowledgement that the message has been posted successfully to the Queue?
The contact admin here searched through the Logs and found out that as the file size was big nearly 3.6MB the logs were getting full and hence the application was failing on multiple runs.
The Q-Manages we ...
I am currently working on an .net console application that needs to put a file on MQ Queue.
The following is the module I use for MQ Put. The problem I face is the application runs fine the first tw ...