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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help!! Urgent Connection from java progam to QueueManager

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Do i need a server connection channel to connect to the queueManager from a java program which does not use bindings mode??

Also i am getting a 2035 error when i try connection to the queue manager using bindings mode or default in the java aplication?
 
Hi,

Effectively, you need to define a SRVCONN channel on the machine where the Queue Manager is installed. You also need to set the MQEnvironnment.hostname, MQEnvironment.port, MQEnvironment.channel variables within your Java program. See the SupportPac MA88 on the IBM's MQSeries Web site. There is a sample program in the documentation.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top