At ReadyPulse, we extensively use ActiveMQ for our messaging backbone. Everyday, millions of messages flow through the ActiveMQ brokers across multiple topics and queues. Hence it is super important to monitor them for two main reasons – 1. Brokers in unhealthy state can have a disastrous impact across all services and processes since messages will stop [...]
Archive | Java
Ehcache as a True Persistent Store backed Cache
Ehcache is a cool, robust and widely used Java-based cache. It is definitely great for a store now/retrieve later kind of scenarios. But I wonder how many people really use it as a persistent store backed Cache just like how caches work in a procesor (that are backed by the hard disk obviously!). I mean [...]

