|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Whats the diff between Binding Mode and Client connections.? |
« View previous topic :: View next topic » |
Author |
Message
|
eswarnv |
Posted: Tue Feb 05, 2002 6:16 am Post subject: |
|
|
Voyager
Joined: 20 Dec 2001 Posts: 88
|
hi
Can any one give me idea abt what exactly difference between Binding Mode and Client connections.
Thanks in Advance
Eswar
|
|
Back to top |
|
 |
kolban |
Posted: Tue Feb 05, 2002 8:02 am Post subject: |
|
|
 Grand Master
Joined: 22 May 2001 Posts: 1072 Location: Fort Worth, TX, USA
|
In binding mode also known as server bindings, the connection to the queue manager utilizes interprocess communications. This is the fastest and most efficient mechanism to communicate with the queue manager but requires the application and the queue manager to be coresident on the same machine.
Client connections forms a TCP/IP connection to the machine running the queue manager and a proxy agent receives the request over the network and executes the request on behalf of the application sending the resonses back to the client, again over a TCP/IP link.
From a programmers perspective, there are no external differencies (with the exception of XA database interaction).
In the Java class libraries, server bound means that the MQ method calls will eventually invoke a JNI call under the covers, for client connections, the MQ wire protocol is sent to the server and is a 100% Java solution. |
|
Back to top |
|
 |
eswarnv |
Posted: Thu Feb 07, 2002 5:03 am Post subject: |
|
|
Voyager
Joined: 20 Dec 2001 Posts: 88
|
Thanks a lot.. kolban
Thanks
Eswar |
|
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
|
|
|
|