ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ Java / JMS » Whats the diff between Binding Mode and Client connections.?

Post new topic  Reply to topic
 Whats the diff between Binding Mode and Client connections.? « View previous topic :: View next topic » 
Author Message
eswarnv
PostPosted: Tue Feb 05, 2002 6:16 am    Post subject: Reply with quote

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
View user's profile Send private message
kolban
PostPosted: Tue Feb 05, 2002 8:02 am    Post subject: Reply with quote

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
View user's profile Send private message
eswarnv
PostPosted: Thu Feb 07, 2002 5:03 am    Post subject: Reply with quote

Voyager

Joined: 20 Dec 2001
Posts: 88

Thanks a lot.. kolban

Thanks
Eswar
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Java / JMS » Whats the diff between Binding Mode and Client connections.?
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.