Hi, One of the users of the ArtemisNetClient library has reported an issue during broker failover and wanted to check if this behavior is expected before diving deeper into potential client-side issues.
During failover, when the connection to the master node is lost and the client connects to the slave node, the broker sometimes rejects the attempt to create a consumer with the following exception: AMQ119015: not authorized to create consumer. This suggests that the broker is not allowing the consumer to be created, possibly because the configuration (e.g., security settings or other parameters) has not been fully loaded or synchronized during the failover process. - Is this behavior expected during a failover? - Could this be related to the broker not having fully loaded its configuration when the client attempts to create the consumer? Any insights or recommendations would be greatly appreciated to help clarify whether this is expected behavior or something that needs further investigation. Thanks in advance! Krzysztof