Hello. I am using ActiveMQ as message Broker with something like 140 Topics. I am facing a problem that the broker keeps old messages, instead of discarding them in order to send new messages (so clients gets old data instead of current data). How do I configure the broker not to keep old messages? the important data is allways the last data, so if a consumer didn't get data, he will get next time the most updated. I have configured on producer TTL as 250, but it doesn't seem to work... One other thing, How can I disable the creation of advisory topics?
Any help will be appreciated...