In amq broker documentation it is said (somewhere), that using the autocreate feature in production deployments is an antipattern.
All queues and topics used should be created in broker.xml configuration, which means that in the openshift broker deployment template, the alert topic needs to be created.
In amq broker documentation it is said (somewhere), that using the autocreate feature in production deployments is an antipattern.
All queues and topics used should be created in broker.xml configuration, which means that in the openshift broker deployment template, the
alerttopic needs to be created.