See the MQTT chapter [1] in the user guide.
Justin [1] https://activemq.apache.org/components/artemis/documentation/latest/mqtt.html#publish-authorization-failures On Fri, Mar 17, 2023 at 9:12 AM Modanese, Riccardo <riccardo.modan...@eurotech.com.invalid> wrote: > Hello, > the pr https://issues.apache.org/jira/browse/ARTEMIS-3702 > introduced a parameter to allow the user to configure the broker behavior > when a publish attempt on a not allowed (by ACL) topic is attempted (so if > disconnect the client or sending ack and ignore the message). > > My question is how can I change the default configurations value: > > https://github.com/apache/activemq-artemis/blob/68c5bed1596dafde4805ebfb4a4c5eda8b7959ea/artemis-protocols/artemis-mqtt-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/mqtt/MQTTProtocolManager.java#L140 > > is there a connector parameter I can define in the broker.xml? > > Regards, > > Riccardo >