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!

Search results for query: *

  • Users: clhan
  • Order by date
  1. clhan

    Java client connection to server MQ manager

    Sorry, I found out that mqjbnd05.dll also is a server dll. I changed the java code to do Hashtable props = new java.util.Hashtable(); props.put (MQC.TRANSPORT_PROPERTY, MQC.TRANSPORT_MQSERIES_CLIENT); queueManager = new MQQueueManager(queueManagerName, props); Then I got...
  2. clhan

    Java client connection to server MQ manager

    Hi, I am trying to connect to a server manager running on Windows 2003. On the server I created a TESTM manager, a TESTQ local queue and a server, client channel as: DEFINE CHANNEL(ALPHA) CHLTYPE(SVRCONN) TRPTYPE(TCP) + DESCR('Server connection to WebSphere MQ client') DEFINE CHANNEL(APLHA)...

Part and Inventory Search

Back
Top