Open zysaaa opened 3 years ago
Hi! I have some thoughts about the sender module.
Since the MessagePostProcessor of SpringAMQP-2.3.4 has passed the exchange and routingkey, would you consider refactoring the sender's code. (https://github.com/spring-projects/spring-amqp/issues/1267)
MessagePostProcessor
SpringAMQP-2.3.4
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.
AmqpTemplate
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. (https://github.com/spring-projects/spring-amqp/issues/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
.