There is no way to command an entire cluster to perform a particular operation. However, Artemis will automatically create queues and addresses as necessary by default. Is there a particular reason you wouldn't leverage the auto-creation functionality?
On another note, this is the "dev" list which is for discussions about broker development, not about broker usage. You should use the "user" list [1] in the future for questions like this. Justin [1] http://activemq.apache.org/contact/#mailing On Wed, Jun 19, 2019 at 9:56 AM Martijn Hiemstra <[email protected]> wrote: > 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 >
