如何使消息持久化
消息的持久性由 MessagerProducer 定义。您可以通过 setDeliveryMode() 方法 显式配置持久性。例如:
MessageProducer producer = ...;
producer.setDeliveryMode(DeliveryMode.PERSISTENT);
请注意,如果您没有指定传递模式,则默认使用持久消息。
消息的持久性由 MessagerProducer 定义。您可以通过 setDeliveryMode() 方法 显式配置持久性。例如:
MessageProducer producer = ...;
producer.setDeliveryMode(DeliveryMode.PERSISTENT);
请注意,如果您没有指定传递模式,则默认使用持久消息。
Apache、ActiveMQ、Apache ActiveMQ、Apache 羽毛标志和 Apache ActiveMQ 项目标志是 Apache 软件基金会的商标。版权所有 © 2024,Apache 软件基金会。根据 Apache 许可证 2.0 授权。