• Testing ActiveMQ VirtualTopic’s using Camel and JUnit

    I have started to create a server Process that sends a status update message that is consumed by remote clients via an activeMQ VirtualTopic.
    * note in the code examples, many comments and log statements have been removed for clarity here, but may bee seen in the log stack trace sections.
    What I want to be able [...]