This content has been marked as final.
Show 2 replies
-
1. Re: does hornetq supports creation of topic names dynamically?
ravi.soni Dec 27, 2016 1:03 PM (in response to aadike)Hi,
HornetQ create dynamic name (UUID) for temporary Queue/Topic, but for general (non Temporary) Queue/Topic it does not generate dynamic name you need to define name on time of creation of topic/queue.
Ravi
-
2. Re: does hornetq supports creation of topic names dynamically?
jbertram Dec 27, 2016 6:54 PM (in response to aadike)HornetQ will not auto-create queues/topics.
However, the HornetQ code-base was donated to the Apache ActiveMQ community a few years ago and lives on as the ActiveMQ Artemis broker. Artemis does support the auto-creation of queues and topics. I recommend you discontinue your research and/or use of HornetQ and move to ActiveMQ Artemis.