How do I load user defined application properties as annotation values for an application via a wrapper for Spring AMQP?
I’m new to Spring and am trying to write a wrapper for Rabbitmq with Spring. I intend to use everything provided by Spring AMQP, the purpose of this is to only configure common defaults, define tracing, error handling etc so I can write applications using this library and not have to worry about getting everything ‘right’.
I expect this to be very lightweight and would like to do it the Spring way. I’m focused on a consumer right now.