This setting best suits non-persistent messages where high throughput is a requirement.
这种设置最适合于非持久的消息,因为在这种情况下,必须满足高吞吐量的需求。
The value used for the non-persistent messages in a queue are those in effect when the queue is defined, which in turn depends on what values are in effect in the queue manager at the time.
队列使用的值是在定义队列时生效的值。而这又取决于当时在队列管理器中生效的值。
Producers that use? Async Sends?- generally speaking, producers of non-persistent messages - don't bother waiting for any acknowledgement from the broker;
使用异步发送的生产者 ——?一般来说,就是发送非持久化消息的生产者 ——不需要等候来自代理的任何确认消息;
Queues that can hold a mixture of persistent and non-persistent messages must be defined in the persistent list structure.
可以容纳持久性和非持久性消息的混合的队列必须在持久性列表结构中定义。
Each queue in the queue manager is assigned two buffers to hold messages, one for non-persistent messages and one for persistent messages.
队列管理器中的每个队列都分配了两个缓沖区来承载消息,一个用于非持久消息,另一个用于持久消息。