I've look at the source code, and it seems to be doable to implement auto creation of queues based on FQQN? If you don't mind I would like to give it a try.
On Sun, Dec 29, 2019 at 10:46 PM Krzysztof <h4v...@gmail.com> wrote: > I'm just wondering if it should be possible to create queue based on the > value specified via FQQN. Currently you cannot attach to the queue if it is > not pre-configured. > > I'm working on POC of .NET ActiveMQ client and I am trying to give the > potential user as flexible API as possible. > > The draft API assumes that it should be feasible to specify address, > routing type (Multicast, Anycast), queue name, durability, and whether the > queue should be shared or not. > > This way user would be able to leverage most of the Artemis Address Model > configuration options directly from the code without pre-configuration > anything on the broker side. > > What do you think? >