Bryan, There is no difference from persistence point of view between delayed and non-delayed messages. They all replicated from master to replicas as soon as they are persisted into message store on publishing. The delayed messages are just not available for consumption until expiration of delay interval.
Kind Regards, Alex On Mon, 29 Jul 2019 at 18:36, Bryan Dixon <[email protected]> wrote: > Thanks Alex. I just installed Broker-J 7.1.4 and noticed the attribute you > mentioned is now exposed on the Admin UI so I enabled it on the specific > queue I was testing and it worked correctly. > > We will eventually have a BDB_HA group setup for this new Broker-J > environment. Are there any issues with HA regarding delayed delivery > messages? Will those messages get replicated to all nodes and have > guaranteed delivery (as long as we're using persistent messages)? > > Bryan > > > > -- > Sent from: > http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
