Hello. I have a component class that includes a method that is annotated with @Consume. In tests, if I manually wire things up, and then invoke a bean post processor, it does indeed consume from the URI obtained from the specified property. However, I am writing some Spring XML (not spring boot) integration tests, and when it runs, it is not consuming from the URI. What am I missing?
Thanks, Steve
