I'm looking for strategies/techniques that could be used to implement time-based filtering of received messages. The scenario is that a message producer produces messages at a fast rate (e.g. 100 Hz) and the consumer needs to receive and handle them at a slower rate (e.g. 10 Hz). If messages are lost between reads, that is OK. When it's time to do the next read, it gets whatever is currently available from the sender.
Thanks. -- View this message in context: http://activemq.2283324.n4.nabble.com/Time-based-filter-tp4692048.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.