Hi,

i would like to create an appliction like a chat. Every client/Consumer can
send (publish) a message to every other client, but not send one message to
all (no broadcast).
What is the best way/practice to get the best performance?
- Every client consume their own topic/queue? The messagebroke has to manage
many many topics/queues.
  -> Publisher send the message to the client topic/queue.
- All clients consume the same topic with a selector like 'clientid=abcdX'
 -> Publisher send the message to the topic with the property
'clientid=abcdX'

best regards
Shine


--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Performance-queues-topics-vs-selectors-tp4652915.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to