Re: how o set closeMqttConnectionOnPublishAuthorizationFailure on MQTT connector

2023-03-17 Thread Timothy Bish
On 3/17/23 10:10, Modanese, Riccardo wrote: Hello, the prhttps://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 send

Re: how o set closeMqttConnectionOnPublishAuthorizationFailure on MQTT connector

2023-03-17 Thread Justin Bertram
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 wrote: > Hello, > the pr https://issues.apache.org/jira/browse/ARTEMIS-3

how o set closeMqttConnectionOnPublishAuthorizationFailure on MQTT connector

2023-03-17 Thread Modanese, Riccardo
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 i