Single Queue Vs Multiple Queues
89989Aug 31 2007 — edited Sep 2 2007Hi,
I am in the process of architecting some queues between remote databases. There are different document types being propagated from one queue to another, and they have different priorities. At the end queue there are multiple processes to dequeue and action the different document types.
My question is, is it better to have one end queue for each process/document type ( ie multiple end point queues), or one single end point queue with all the documents in them regardless of the type?
I know that it is possible to have the single queue end point, but is this the best option and why?
Thanks,
matt