Hello, i'm using ActiveMQ 5.4.2 on Windows 7. I'm running a Ruby client which
creates a topic named "/queue/ActiveMQFeed" using Stomp Protocol and publish
on it an indexed message every 3 seconds.

Now i want to get these messages through several clients's browsers. Now the
problem is that if i run just a single browser i get a message every 3
seconds, if i run two browsers i get a message on both of them every 6
seconds, if i run three browsers i get a message on the three of them every
9 seconds and so on...

It seems like the queue created waits to push the messages until it has as
many messages as the number of clients connected.

So my question is how can I configure the queue so that when it receives a
message it duplicates it and send immediately a copy to every single client?
Can i do it by configuring the activeMQ.xml file?

Thanks in advance for the help.   
-- 
View this message in context: 
http://activemq.2283324.n4.nabble.com/Delays-in-getting-the-updates-of-a-topic-tp3145071p3145071.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to