Tag: activemq

  • How to keep your Amazon MQ queues clean

    How to keep your Amazon MQ queues clean

    Reading Time: 2 minutes Amazon MQ queues might fill up if you use them in your tests but don’t take care of cleaning them up. Let’s explore together a way of addressing this issue. I was hoping to avoid writing dedicated code to just consume all the messages enqueued during tests so I started looking…