Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

server vs client

Status
Not open for further replies.

682456

MIS
Feb 18, 2012
1
0
0
HK
Hi, all,

What is the difference between MQ server to server and MQ server to client programming?

Thanks in advance for all your helps.

Chris.
 
Do you mean the difference between a) calling the queue manager APIs and b) calling the client APIs?

If so, then programmatically there is no fundamental difference. The client APIs are the same as the queue manager (server) APIs. Ditto for the return codes, error codes etc. But functionally you are limited when using a client. For example you can't do anything transactional (units of work). And of course, when using the client, if your application depends on outgoing messages being successfully sent then you are stuck if the network connection between the client and server goes down.

IBM have complicated matters with the Extended Transactional client which, unlike the standard MQ client, is NOT free.

Take a look here Link

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top