添加自定义客户端连接属性

现在,允许您访问底层连接工厂,以允许,例如, 设置自定义客户端属性。 以下示例显示了如何执行此操作:CachingConnectionFactoryspring-doc.cn

connectionFactory.getRabbitConnectionFactory().getClientProperties().put("thing1", "thing2");

查看连接时,这些属性将显示在 RabbitMQ Admin UI 中。spring-doc.cn