-
Couldn't load subscription status.
- Fork 645
Closed
Labels
Milestone
Description
Affects Version(s): All versions
Enhancement
In RabbitConnectionFactoryBean.java the PathMatchingResourcePatternResolver is used. This doesn't seem to work with a Spring Boot app that populates custom ResourceLoaders.
As an example, we have a very simple custom base64: resource loader, and we'd like to use this to load the trust store and key store resources. Is it possible to change the resolver into Spring's default ResourceLoader so that it can use all of the application's currently populated resource loaders?