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?