Author |
Message
|
venkataRajesh |
Posted: Wed Sep 24, 2008 8:13 pm Post subject: Maximun number of queues on a queue Manager |
|
|
 Newbie
Joined: 24 Sep 2008 Posts: 7
|
HI All,
I am new to this forum, I just started working on MQSeries. I am getting some small doubts, Please clarify me.
What is the limit for maximum number of queues we can create in a Queue Manager ?
Basically on which protocol was MQSeries built ?
Thanks & Regards
Venkat  |
|
Back to top |
|
 |
gbaddeley |
Posted: Wed Sep 24, 2008 8:58 pm Post subject: |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
For practical purposes, the limit on the maximum number of MQ objects defined on a queue manager is so high that you don't really need to consider it. I've seen MQ can easily handle tens of thousands of queues (mostly permanent dynamic), but it should be able to do orders of magnitude higher.
What are your requirements? _________________ Glenn |
|
Back to top |
|
 |
venkataRajesh |
Posted: Wed Sep 24, 2008 9:11 pm Post subject: |
|
|
 Newbie
Joined: 24 Sep 2008 Posts: 7
|
Hai Glenn,
Thanks for the reply, you mean to say that, there is no such limitation, and what is the basic protocol on which MQSeries was Built ?
Thanks & Regards
Venkat |
|
Back to top |
|
 |
fschofer |
Posted: Thu Sep 25, 2008 1:11 am Post subject: |
|
|
 Knight
Joined: 02 Jul 2001 Posts: 524 Location: Mainz, Germany
|
Hi,
what you mean with basic protocol ? Please elaborate.
Greetings
Frank |
|
Back to top |
|
 |
venkataRajesh |
Posted: Thu Sep 25, 2008 2:54 am Post subject: |
|
|
 Newbie
Joined: 24 Sep 2008 Posts: 7
|
Hi,
I mean if you consider SOAP, it was built on http Protocol.
Similarly was MQSeries built on specific protocol ? (like http, TCP/IP..etc)
Thanks
Venkat |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Sep 25, 2008 3:13 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
MQ was, like SOAP, built on top of no basic protocol.
MQ, like SOAP, allows you to connect applications by sending specifically formatted messages, and configure the transport of those messages to go over many different protocols, depending on where the specific destination lives.
Why, one could even run MQ over TokenRing! |
|
Back to top |
|
 |
fschofer |
Posted: Thu Sep 25, 2008 3:19 am Post subject: |
|
|
 Knight
Joined: 02 Jul 2001 Posts: 524 Location: Mainz, Germany
|
|
Back to top |
|
 |
atheek |
Posted: Thu Sep 25, 2008 3:52 am Post subject: |
|
|
 Partisan
Joined: 01 Jun 2006 Posts: 327 Location: Sydney
|
venkataRajesh wrote: |
Hi,
I mean if you consider SOAP, it was built on http Protocol.
|
Wrong understanding...SOAP was not build on top of http. SOAP is a separate, independent protocol for specifying message formats while http is a transport protocol which is used for exchanging messages (in soap format or not) across systems
Its just that http is the widely used transport for SOAP messages.
SOAP 1.1 had certain features that relied on the underlying transport, like using SoapAction http header, while the direction of SOAP 1.2 is more towards a transport neutral way |
|
Back to top |
|
 |
venkataRajesh |
Posted: Thu Sep 25, 2008 4:09 am Post subject: |
|
|
 Newbie
Joined: 24 Sep 2008 Posts: 7
|
Hi atheek,
I will agree with you, but SOAP extensively makes use of http protocol
for transfering messages.
Cheers
Venkat |
|
Back to top |
|
 |
kevinf2349 |
Posted: Thu Sep 25, 2008 5:34 am Post subject: |
|
|
 Grand Master
Joined: 28 Feb 2003 Posts: 1311 Location: USA
|
Why do you even need to know?
One of the largest advantages of MQ is that it isolates applications from the transmission protocols. From an application standpoint the sending (or receiving) of a message is the same method regardless of the transmission protocol being used by MQ to actually tranmit the message. |
|
Back to top |
|
 |
|