Posted: Fri May 26, 2006 2:08 am Post subject: Re: MQ client solution to change to server connection
Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
matbar131 wrote:
Greetings,
We have got a customer whom we made an MQ application on solaris using client connection. The MQ server is installed on the solaris server, too.
Now they would like to change this connection type to server connection.
Is it enough to recompile our application with server libraries or we should make changes in the source to make this work?
Thanks for your help in advance!
Regards
Attila
To be able to use a SERVER connection you need to run in the SAME BOX as the SERVER. As this is the case for you, recompiling with the server libraries should do it. But remember there might be some problems:
While connected to the server qmgr you cannot access a different qmgr (even on the same server)
With the server libraries you cannot access a qmgr on a different box
You can only retrieve messages from the local qmgr (server) and need to reroute messages that you might have retrieved from a different qmgr before
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