Spring 不依赖 JMS 的 AMQP + ActiveMQ 的代码示例 API

Code example of Spring AMQP + ActiveMQ without reliance on JMS API

是否有任何不依赖 JMS API 的 Spring AMQP + ActiveMQ(发送方 + 接收方)的工作源代码示例?

注意:这个问题的原因是因为Spring已经lists JMS as a deprecated transport protocol for remoting(只有AMQP和网络服务调用仍然被积极支持)。

Spring AMQP GitHub project page 中所述:

This project provides support for using Spring and Java with AMQP 0.9.1, and in particular RabbitMQ.

ActiveMQ(经典版和 Artemis)支持 AMQP 1.0(ISO 标准化)和 0.9.1(未标准化)。因此,您不能将Spring AMQP 与ActiveMQ 一起使用。 Spring AMQP 项目实际上只对与 RabbitMQ 集成有用。