Description
Topic creation for active MQ may differ from vendor to vendor.
Currently topic creation is part of the send() method. If we separate topic creation in a separate method it becomes easier to override topic creation alone and still be able to use the send() method. It becomes easier to integrate with
different vendor for activeMQ.