In this post I demonstrate how to get started with ActiveMQ. This is very much a simple beginners guide, and shows you just enough to get a message traveling between 2 separate applications.
I've separated the example up into 3 sections. The 'producer' section will create test messages on a queue, the 'consumer' will consume them, and the final section, 'mq', will host the ActiveMQ instance. It would be possible to do this in a single application using an embedded broker, however I think it's useful to demonstrate them separately, as potentially the components could be on separate machines.
Continue reading "Playing with ActiveMQ using Maven"