ActiveMQ持久化消息的二种方式;1、持久化为文件这个装ActiveMQ时默认就是这种,只要设置消息为持久化就可以了。涉及到的配置和代码有:producer.Send(request,MsgDeliveryMode.Persistent,level,TimeSpan.MinValue);2、持久化为MySql首先需要