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!

Looking for sample java app using MQCONNX 1

Status
Not open for further replies.

rtgordon

Programmer
Jan 17, 2001
104
US
I have been looking for a while without any results. So, any help would be appreciated.

Thanks,
gordon
 
I think that I may have found the answer... just after I posted the question... go figure. Am I close??

int options = MQC.MQCNO_FASTPATH_BINDING;

qMgr = new MQQueueManager(qManager, options);

This would explain why I didn't get good hits searching for "MQCONNX" in the sample applications or programming references. :-s

later,
gordon
 
Of course fastpath binding is the only special option for a local connection using MQCONNX. For client MQCONNX features such as the ability to specify channels etc this is already catered for by the MQEnvironment object.

Cheers,
Paul
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top