spring-amqp icon indicating copy to clipboard operation
spring-amqp copied to clipboard

Improved MessagePostProcessor feature [AMQP-803]

Open spring-operator opened this issue 7 years ago • 0 comments

Konrad Grüner opened AMQP-803 and commented

Referencing to my GitHub issue:

It would be great to have two interfaces for the message post processing, for example:

  • MessageReceivePostProcessor
  • MessageSendPostProcessor

With these two interfaces it would be possible to autowire the post processors and they needn't be setup on multiple beans (like RabbitTemplate, Listener and maybe other places).


Reference URL: https://github.com/spring-projects/spring-amqp/issues/719

spring-operator avatar Mar 13 '18 06:03 spring-operator