Author |
Message
|
kyl |
Posted: Thu Mar 04, 2004 6:05 am Post subject: Cannot find ImqChannel.hpp in 1999 MQI libs version |
|
|
Newbie
Joined: 25 Feb 2004 Posts: 8
|
I could not find ImqChannel.hpp in 1999 MQI installation
Is this meant one couldnot connect remote host queue?
Thank you |
|
Back to top |
|
 |
JasonE |
Posted: Thu Mar 04, 2004 6:50 am Post subject: |
|
|
Grand Master
Joined: 03 Nov 2003 Posts: 1220 Location: Hursley
|
imqchannel.hpp? Doesnt exist at 5.3 either. imqchl.hpp, I think. However, that didnt appear until 2000, I think. |
|
Back to top |
|
 |
kyl |
Posted: Thu Mar 04, 2004 7:49 am Post subject: ImqChl.hpp was not available in 1999 MQI libs |
|
|
Newbie
Joined: 25 Feb 2004 Posts: 8
|
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 to a remote hostname
2. connect the remote hostname queue manager
3. use remote queue manager owned queue name
Thank you |
|
Back to top |
|
 |
JasonE |
Posted: Thu Mar 04, 2004 8:06 am Post subject: |
|
|
Grand Master
Joined: 03 Nov 2003 Posts: 1220 Location: Hursley
|
I dont know the answer, but why dont you
1. Install more recent, supported product
2. Connect to remote qmgr as you want
It doesnt matter if the remote qmgr is ancient, as a new client can talk to an older server. |
|
Back to top |
|
 |
bower5932 |
Posted: Thu Mar 04, 2004 8:18 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
I think you want the ImqQueueManager class not the ImqQueue class. There is an imqwrld.cpp sample that will connect using a channel. It might have the info that you are looking for. |
|
Back to top |
|
 |
|