I read that an address can have many queues. I am not sure what an address really is otherwise. I only have one field in my stomp messages that I can specify, and it is labeled "destination", is that the address name or the queue name?
How would I even specify the other? Or does Artemis create a queue per subscription? If so, then why would you put anything in the config for it, because you don't know the subscription will exist until it is made. I am confused.