You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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: #719
The text was updated successfully, but these errors were encountered: