I should have an MQ Server on Machines1 that is acting as a queue manager.
On machine2 where I am running my C# program should have MQ Server instead of MQ Client. Then the 2 ...
The Environment is as follows:
- MQ Server 6.0 for Windows is installed on Windows 2003 Server on Machine1.
- MQ Client 6.0 for Windows is installed on Windows 2003 Server on Machine2.
- C# Program ...
The Environment is as follows:
- MQ Server 6.0 for Windows is installed on Windows 2003 Server on Machine1.
- MQ Client 6.0 for Windows is installed on Windows 2003 Server on Machine2.
- C# Program ...
can any one please help me by sending the sample code which uses the System.Transactions while reading and writing the message from the MQ queue i have already use the simple transac ...