Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们已经使用 activemq 实现了持久化机制,因为它内置了在 SQL 数据库中存储消息的支持。
但是我们要求使用rabbitmq将消息存储在SQL中,但经过一些研究,我们无法找到任何强有力的支持或帮助。
任何建议都会对我们有很大帮助。
RabbitMQ 使用MnesiaDB 来存储有关队列/交换等的定义,它使用自定义 DB 来存储消息。
Mnesia
目前,RabbitMQ 无法使用外部数据库将消息存储为 ActiveMQ
或许在将来。