Rafael Schloming wrote:
GS.Chandra N wrote:
Thanks for the replies Rafael.

Rafael Schloming <[email protected]> wrote:
Am I correct in thinking that the total number of subscriptions would be
(600-800)*100, i.e. 60,000-80,000 queues? If so that may be a lot, but the
C++ guys can probably give you more details.

No i was talking about 600-800 clients with 100 or so subscriptions on the
same queue. So that still makes only 800 queues at the client and 800 of
them at the server. Does AMQP require multiple queues for multiple
subscriptions? or would a single HUGE subscription be the way to go ?

(Name = '*jones AND Address = *Melbourne) OR (Name = "*joneses AND
Address=*Sydney) .......

You don't need multiple queues. A big match like above should work fine.

I should clarify, you don't need multiple queues *per subscription* if you can write one big criteria as you have above. You'd still have a queue for each client though.

--Rafael


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to