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
Since the MessagePostProcessor of SpringAMQP-2.3.4 has passed the exchange and routingkey, would you consider refactoring the sender's code. (spring-projects/spring-amqp#1267)
With this new feature, a custom MPP can implement the sender's logic without having to use AOP to intercept a large number of methods in AmqpTemplate.
The text was updated successfully, but these errors were encountered:
Hi! I have some thoughts about the sender module.
Since the
MessagePostProcessor
ofSpringAMQP-2.3.4
has passed the exchange and routingkey, would you consider refactoring the sender's code. (spring-projects/spring-amqp#1267)With this new feature, a custom MPP can implement the sender's logic without having to use AOP to intercept a large number of methods in
AmqpTemplate
.The text was updated successfully, but these errors were encountered: