Author |
Message |
Topic: MqManager is disconnected = true , even drop the net |
kyl
Replies: 1 Views: 1936
|
Forum: IBM MQ API Support Posted: Thu Aug 26, 2004 12:31 pm Subject: MqManager is disconnected = true , even drop the net |
Hello
Is there any way to verify MqManager is disconnected?
I pulled the network cable from the .NET c# client ,
after checking the MQManager object,
it shown isconnected = true, openstatus = t ... |
Topic: Cannot find ImqChannel.hpp in 1999 MQI libs version |
kyl
Replies: 4 Views: 2536
|
Forum: IBM MQ API Support Posted: Thu Mar 04, 2004 7:49 am Subject: ImqChl.hpp was not available in 1999 MQI libs |
So with this ImqChl.hpp was not available.
One could not use ImqChannel to connect a queue in remote host directly?
Any other option available in ImqQueue class to do the following?
1. connect ... |
Topic: Cannot find ImqChannel.hpp in 1999 MQI libs version |
kyl
Replies: 4 Views: 2536
|
Forum: IBM MQ API Support Posted: Thu Mar 04, 2004 6:05 am Subject: Cannot find ImqChannel.hpp in 1999 MQI libs version |
I could not find ImqChannel.hpp in 1999 MQI installation
Is this meant one couldnot connect remote host queue?
Thank you |
Topic: How to connect remote queue manger |
kyl
Replies: 5 Views: 3218
|
Forum: IBM MQ API Support Posted: Tue Mar 02, 2004 6:25 am Subject: How to connect remote queue manger |
Sorry, I typed the wrong name here in the forum.
Actually in the code have the corrected Queue Manger name
"REMOTE.MANAGER.NAME"
Question arise is how the ImqManager in this machine know the
... |
Topic: How to connect remote queue manger |
kyl
Replies: 5 Views: 3218
|
Forum: IBM MQ API Support Posted: Tue Mar 02, 2004 4:08 am Subject: connection remote host queue get reason code 2058 |
I have the following codes, but the reason code 2058
Please point me a sample on how to code to remote host queue
ImqReferenceHeader _mqEnv;
ImqQueueManager _mqManager;
_mqEnv.setDest ... |
Topic: How to connect remote queue manger |
kyl
Replies: 5 Views: 3218
|
Forum: IBM MQ API Support Posted: Mon Mar 01, 2004 3:36 pm Subject: How to connect remote queue manger |
I am using imqi in Solaris environment,
Noo problem connecting any local queue, local queue manager.
Connecting to a remote queue, remote queue manager in Window server,
gotten an error 6109
plea ... |
Topic: MQ WriteString in mutibytes |
kyl
Replies: 2 Views: 2503
|
Forum: IBM MQ API Support Posted: Wed Feb 25, 2004 10:50 am Subject: MQ WriteString in mutibytes |
Hi
Is there an option can be set in .NET MQMessage WriteString()
write a regular string "1234567890" , length 10 bytes, in single bytes
instead of unicode like this "1\02\03\04\05\06\07\08\09\00 ... |
Topic: how to make transaction on a number of queues |
kyl
Replies: 2 Views: 2066
|
Forum: IBM MQ API Support Posted: Wed Feb 25, 2004 6:42 am Subject: how to make transaction on a number of queues |
using imqi.hpp in UNIX
1. MQGet on one MQMangerA
2. MQPut on one MQManagerB
Which API can be used to do the following:
Commit at one trip for both MQManagers queue transaction
Rollback at ... |