In order to set up ActiveMQ communication you need to do two things:
Step 1
Make sure you need to enable Topic support in the communication channel
Step 2
The configuration for ActiveMQ topic support is a little bit different then the one presented in my previous article and requires specifing at least the clientID for the connection factory implementation as per screenshot below:
You can also specify some additional parameters if necessary (for creating durable topics for example). Now that everything is set up completely you should be able to see a new consumer on the topic on your JMS server.
Important thing:
One more important thing you need to remember while using topics with ActiveMQ is that you cannot browse topics as you could with queues as per Can you browse a topic.