Blog

Archive | Technology

Cracking the ActiveMQ Monitoring Nut on AWS EC2

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 [...]

Continue Reading

Setup WEBrick to Serve SSL (HTTPS) as well as Non-SSL (HTTP) Traffic Side-by-Side

I recently integrated a payment processing module using stripe on our website (readypulse.com). For which, I need to make the payment pages secure and served over HTTPS. However, setting it up in the development environment in Rails was something not working out of the box. My requirement was to make WEBrick (the default rails server) [...]

Continue Reading