Spring integration - AMQP backed message channels and message conversion
问题 I am trying to use AMQP-backed message channels in my Spring Integration app, but I think I am fundamentally misunderstanding something, specifically around the Message<?> interface and how instances of GenericMessage<?> are written to and read from, a RabbitMQ queue. Given I have a Spring Integration app containing the following domain model object: @Immutable class Foo { String name long quantity } and I declare an AMQP backed message channel called fooChannel as follows: @Bean public