Greetings, Viktor Dukhovni! >>> The default amount of delay that is inserted between individual deliveries >>> over the same message delivery transport, regardless of destination. If >>> non-zero, all deliveries over the same message delivery transport will >>> happen one at a time. >> >> To me, it is unclear, >> - what considered "individual deliveries"? Individual messages? Individual >> connects to the destination?
> One delivery at a time. A delivery is a handoff of a message with a set of > recipients of that message to a delivery agent for processing. >> - what "one at a time" means exactly? > Less than two or more in parallel. >> Will queue manager connect and disconnect for each message in queue? > The queue manager does not connect to remote destinations, delivery > agents make connections. The queue manager asks delivery agents to > perform work, and collects the results. >> Will it try to deliver multiple messages >> to the same destination in parallel, over multiple connections? > One delivery at a time, with the configured delay between deliveries. > [ where one is less than two. ] In other words, if I have multiple different messages to the same destination, I can't know if they will be delivered through single connection? And can't control it? -- With best regards, Andrey Repin Thursday, December 6, 2018 22:07:44 Sorry for my terrible english...