|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
to connect a remote MQ server |
« View previous topic :: View next topic » |
Author |
Message
|
alperb |
Posted: Mon Feb 07, 2005 1:15 am Post subject: to connect a remote MQ server |
|
|
Apprentice
Joined: 01 Jun 2004 Posts: 25
|
hi all,
I am trying to connect to a remote MQ server queue from a client using mqm.lib. Client doesn't know anything about mq. Is this possible? |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Feb 07, 2005 5:11 am Post subject: Re: to connect a remote MQ server |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
alperb wrote: |
hi all,
I am trying to connect to a remote MQ server queue from a client using mqm.lib. Client doesn't know anything about mq. Is this possible? |
No.
For two reasons.
One. Clients have to use mqic.lib, not mqm.lib.
Two. You can't talk to MQ without using an MQ API. That means the client has to know about MQ. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
alperb |
Posted: Mon Feb 07, 2005 5:57 am Post subject: |
|
|
Apprentice
Joined: 01 Jun 2004 Posts: 25
|
being a newbie what is the difference between tow mqm and mqic? how can I use mqic.lib to connect a remote mq manger within c++ code?
thanks |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Feb 07, 2005 7:19 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
The difference between mqm.lib and mqic.lib (actually, it might be mqic32.lib, sorry) is that you use mqm.lib for server ("bindings") connections and you use mqic32.lib for client connections.
Other than that, they're the same from the point of view of your code.
BUT you should read the "Clients" manual. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|