Re: non-durable topics & persistent messages

2014-04-11 Thread Gary Tully
inline... > If I send a *persistent* message to a *non-durable* topic ( and topic > doesn't have durable consumers ), > > - is the message stored into database before sending non-durable subscribers ? no > - is an ACK sent to producer in anytime ? immediately > > So, what is persistent delivery m

non-durable topics & persistent messages

2014-04-10 Thread Jose MarĂ­a Zaragoza
Hello: I've got a question about non-durable topics ( ie, without durable subscribers ) & persistent messages If I send a *persistent* message to a *non-durable* topic ( and topic doesn't have durable consumers ), - is the message stored into database before sending non-durable subscribers ? -