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 Mike Lewis 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: *

  1. ClientBH

    Too many connections from the same MQClient

    Hello, I have the following situation. I appreciate any help you might give me. - I have an application running in a 24x7 hour basis on an NT 4.0 platform. - I am using MQClient V5.1 with C++ in order to connect to a QManager which is accesible through the net. - Sometimes, there are some...
  2. ClientBH

    MQCNO structure cannot be used with C++ ?!!! (MQClient V5.1)

    Please, I am using MQClient V5.1 with NT 4.0 C++. I CANN'T BELEIVE IT, but it seems that if I want to specify a queue manager inside my code, setting its IP address for example, I cann't use the C++ classes, instead I can only use the MQCONNX C function to specify the connection options (such...
  3. ClientBH

    How to connect MQClient to multiple QueueManagers with NT?

    Thank you very much Jim Donohoe. Your advise is very useful to me. I am now gathering opinions about the compatibilty between MQSeries Client V5.2 for NT with any MQSeries Server V5.1 in another thread. Specially, I'd like to know wheather IBM guarantees full compatibility in this case. If you...
  4. ClientBH

    Is MQSeries Client V5.2 NT compatible with MQSeries Server V5.1?

    Hi, please, though I have the opinions of some of you about this, I'd like to know if IBM GURANTEES full compatibility between MQSeries Client V5.2 for Windows NT with any MQSeries Server V5.1 Thank you very much. Your opinion or experience about this is very appreciated.
  5. ClientBH

    How to connect MQClient to multiple QueueManagers with NT?

    Thanks Jim, you are absolutely right. But, lamentably I am using MQSeries Client v5.1 with C++. I even tried using the setConnectOptions method of the ImqQueueManager class, passing a MQCNO structure, but my version seems not to support the MQCNO_VERSION_2 (for field MQCNO.Version), therefore...
  6. ClientBH

    How to connect MQClient to multiple QueueManagers with NT?

    My application uses the MQSeries Client API with Microsoft Visual C++ in an NT environment. I can connect to a Queue Manager setting the environment variable MQCHLLIB to the path in the queue manager where the AMQCLCHL.TAB file is located. Now I need my application to connect to multiple...
  7. ClientBH

    Reson codes list

    You are absolutely right. Thank you very much!
  8. ClientBH

    Reson codes list

    Hi, please, can anybody tell where to find a FULL error code list (reason codes and completion codes) in numerical order and another in alphabetical order? Thanks in advance!
  9. ClientBH

    Need in depth MQSeries tutorial or book advise

    Hi! Please, I need information about the MQSeries Client API (the use and description of the classes) to use with Microsoft Visual C++ in Windows NT, but the info given in http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/AMQZAN05/CCONTENTS is too superficial and I need more details...
  10. ClientBH

    Threads with MQSeries client, NT and Microsoft Visual C++

    Hi, I am new at MQSeries. I have to build an application in an NT system holding an MQSeries Client connected to multiple MQSeries queue managers. I will develop my progrms with Microsoft Visual C++. I need some information about the possibilities and restrictions of working with threads for the...

Part and Inventory Search

Back
Top