> On Dec 6, 2018, at 1:28 PM, Andrey Repin <anrdae...@yandex.ru> wrote: > >> 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. ] -- Viktor.