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 » General Discussion » Web Server Application: MQSeries Client or Server?

Post new topic  Reply to topic
 Web Server Application: MQSeries Client or Server? « View previous topic :: View next topic » 
Author Message
mcmags34
PostPosted: Fri May 03, 2002 10:29 am    Post subject: Reply with quote

Novice

Joined: 02 May 2002
Posts: 14
Location: Philadelphia, PA

I am working on an intranet application that will be running Microsoft IIS 5.0/Windows 2000 for the web server. The application will be written in ASP and will make use of various COM objects that will handle MQSeries interaction with a remote Queue Manager.

My question: Is it ok to just install MQSeries Client on the Web Server since it will be talking to a remote Queue Manager and therefore does not have to be a Queue Manager itself? Will it be able to handle a large volume of MQSeries API calls executing simultaneously? Would a full-blown MQ server install be more stable?

Any thoughts? Thanks!


_________________
Chris Maguire
Back to top
View user's profile Send private message Send e-mail AIM Address
PeterPotkay
PostPosted: Fri May 03, 2002 11:16 am    Post subject: Reply with quote

Poobah

Joined: 15 May 2001
Posts: 7716

Q.)Is it ok to just install MQSeries Client on the Web Server since it will be talking to a remote Queue Manager and therefore does not have to be a Queue Manager itself?
A.) This is true, although be aware that Clients can't do somethings (like 2 phase commits) and rely on a network connection being there before they can put a message to a queue, or get one for that matter.


Q.) Will it be able to handle a large volume of MQSeries API calls executing simultaneously?
A.) If you mean will multiple instances of your app be able to execute as Clients, yes. Each would have its own connection to the Queue Manager.

Q.) Would a full-blown MQ server install be more stable?
A.) Well, since you don't rely on a network connection to PUT a message in this setup, then yes. But if all the local queue manager is going to do is forward the message to another QM, and that requires a network connection, then you really haven't bought yourself anything have you?

Clients are often a good way to go when there is no need for 2 phase commit. Our company has many of our apps all client connecting to one big server that houses 1 queue manager. This MQConcentrator box only does MQ and nothing else. 99% of the time a when new app comes up, they make do with the Client.


There have been discussions like this before on this site. Click on Search in the upper right corner for more.




_________________
Peter Potkay
MQSeries Certified Specialist,Developer

[ This Message was edited by: PeterPotkay on 2002-05-03 12:17 ]
Back to top
View user's profile Send private message
mcmags34
PostPosted: Fri May 03, 2002 11:55 am    Post subject: Reply with quote

Novice

Joined: 02 May 2002
Posts: 14
Location: Philadelphia, PA

This has been helpful. Thanks!

_________________
Chris Maguire
Back to top
View user's profile Send private message Send e-mail AIM Address
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General Discussion » Web Server Application: MQSeries Client or Server?
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.