Get values of spring rabbitmq config properties programmatically?
Is there a way to get the values of the various spring.rabbitmq
config properties (like spring.rabbitmq.virtual-host
) programmatically other than via @Value
(like ApplicationContext.getApplicationName()
)?