I believe the "red cross" is showing up because you've defined an ha-policy in your broker.xml and designated the broker explicitly as a master. It therefore expects a backup to be available, and since there is no backup it displays the red cross.
If you just take the ha-policy out of broker.xml then the status screen should show all green check marks. I just tested this and it works as expected. Justin On Thu, Feb 18, 2021 at 12:00 PM Dondorp, Erwin <erwin.dond...@cgi.com> wrote: > Hello, > > > > In the cluster topology, one can define a server as “master” or “slave”. > > For a specific application, only non-persistent messages are present. > > (and non-persistent messages are not sent to the slave servers) > > This makes the master/slave situation a bit useless; and so, I want to use > only “master” servers. > > However, when no slave servers are available, a big red cross is shown on > the “Status” screen of the master servers. > > Is there a way to use a master-only cluster without showing this warning? > > i.e. tell it that it is fine that there is no slave-server. > > > > thx, > > Erwin > > > >