Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

C# and Client Connection Table

Status
Not open for further replies.

darylp2

Programmer
Nov 2, 2006
3
US
Is it possible to use client connection table with C#? If so can someone point me in the correct direction?
 
I am really new to this. Would I use the MQC.TRANSPORT_MQSERIES_CLIENT instead of MQC.TRANSPORT_MQSERIES_MANAGED to avoid having to specify a channel? I am still looking through the link, but it is not clearing things up to quickly.

Thanks for the advice.
 
Whenever I use the new QueueManager(queuename) I get the following error Channel and Connection MUST be specified, I tried setting the MQCHLLIB and MQCHLTAB in a bat file before launching my .NET app.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top