When I connected to the AMQP queue, I need to setup the following 2 options. So I add them in the RabbitMQOptions.
The 2 options:
public IList<AuthMechanismFactory> AuthMechanisms { get; set; }
public bool TopologyRecoveryEnabled { get; set; }
I was trying to create a PR, but I got request failed with status code: 403.