Author |
Message |
Topic: Running MQ application using purify |
Hunter
Replies: 1 Views: 2828
|
Forum: IBM MQ Java / JMS Posted: Tue Jan 29, 2008 9:24 am Subject: Running MQ application using purify |
This behavior is not limited to the MQCONN but MQOPEN, MQGET and MQPUT also showing the same behavior.
Any clue ????
**** Purify instrumented /home/sit/cswsit1/deepak/GAS.DCE.pure (pid 1154 ... |
Topic: Running MQ application using purify |
Hunter
Replies: 1 Views: 2828
|
Forum: IBM MQ Java / JMS Posted: Wed Jan 23, 2008 1:04 pm Subject: Running MQ application using purify |
I am running C++ application on Sun Solaries MQ version 5.3. C++ application is running in client mode. After running the application with purify, I am getting various uninitailized memory read error. ... |
Topic: Useages of channel in client of MQ |
Hunter
Replies: 2 Views: 2902
|
Forum: IBM MQ API Support Posted: Thu Jan 17, 2008 8:24 am Subject: Useages of channel in client of MQ |
Hi All,
I have more then 10 servers which are connected to MQ manager. All these servers are using client side API's and binding. For to use client side API's I need to create a channel.
Can anyo ... |
Topic: Creating Channel in Clint mode |
Hunter
Replies: 1 Views: 2837
|
Forum: IBM MQ API Support Posted: Wed Dec 19, 2007 12:34 pm Subject: Creating Channel in Clint mode |
Hi,
I have 6 C++ servers that I want torun as client connection.
Is it good to have different channel for all of them or same channel is also ok to use ?
export MQSERVER=CHANNEL/TCP/'host(port) ... |
Topic: Changeing Server code to Client side code |
Hunter
Replies: 2 Views: 2680
|
Forum: IBM MQ API Support Posted: Tue Dec 18, 2007 2:45 pm Subject: Changeing Server code to Client side code |
Thanks for the response .
Can you please tell how can i make the server running in non-trusting binding or trusted binding? and how can I make this |
Topic: Changeing Server code to Client side code |
Hunter
Replies: 2 Views: 2680
|
Forum: IBM MQ API Support Posted: Tue Dec 18, 2007 1:37 pm Subject: Changeing Server code to Client side code |
Hi All,
I am using server side API’s of MQSeries 5.3 for the application that is written using C/C++.
Operating system details are
SunOS 5.8 sparc SUNW,Sun-Fire-V490
Previous I was using t ... |