I have a Spring boot project that when starting creates the neccessary queues on a artemis server. This works with a standalone artemis. We send a create queue request to the artemis manager using createQueue as the operationName and that works. However when we call the createQueue command when using a artemis cluster the queue's aren't created on any of the nodes.
How can we tell the artemis cluster to create the queue on all the nodes? Without having to manually create the queue on all the nodes? Can we send a command to the artemis manager to request the creation of queue's on all the nodes? Thanks sincerly, Martijn
