This version is still in development and is not considered stable yet. For the latest stable version, please use Spring AMQP 3.1.6!spring-doc.cn

This version is still in development and is not considered stable yet. For the latest stable version, please use Spring AMQP 3.1.6!spring-doc.cn

The CachingConnectionFactory now lets you access the underlying connection factory to allow, for example, setting custom client properties. The following example shows how to do so:spring-doc.cn

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

These properties appear in the RabbitMQ Admin UI when viewing the connection.spring-doc.cn