How to create an interceptor for amqp:channel to implement a kind of message auditing? It looks amqp:channel tag cannot have interceptors tag (like channel tag). Cannot use channel tag, since it doesn't have amqp specific attributes like transaction-manager, channel-transacted etc. Any other alternative?


Reply With Quote