<div>Hi<br></div><div>� �We&#39;re looking at building a back end which picks up 3 or 4 different messages. Now we have the option of using a single queue and sending different messages through it, or multiple queues each of which is dedicated for a single kind of message.�</div>
<div><br></div><div>We&#39;re wondering what&#39;s more common. We&#39;re thinking of using Scala with lift amqp or the Java api to connect to RabbitMq. On one hand using multiple queues makes it seem like we&#39;re going to have to prioritise the number of threads or processes per queue which seems like we&#39;re trying to optimise that.</div>
<div><br></div><div><br></div>