Re: When is the ACK sent?

2019-03-13 Thread artemisn00b
Thanks! :) -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: When is the ACK sent?

2019-03-13 Thread artemisn00b
Thanks! :) -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: When is the ACK sent?

2019-03-13 Thread michael . andre . pearce
If the brokers are not ha then the ack would return as soon as it has been received and persisted by the broker you send to. Get Outlook for Android On Wed, Mar 13, 2019 at 8:07 PM +, "artemisn00b" wrote: Thanks for the detailed response..However, this is not an HA solut

Re: When is the ACK sent?

2019-03-13 Thread artemisn00b
Thanks for the detailed response..However, this is not an HA solution as such. I'm basically forwarding messages from a server to another, in a symmetric cluster. I just wanted to know at what point exactly would a client send an ack. Will a client send an ack on receiving it, or only after it forw

Re: When is the ACK sent?

2019-03-12 Thread michael . andre . pearce
This is the exact point of a messaging broker. That you hand control of the message to it decoupling the producers from the consumers. As such you will get an ack on the producer as soon as the broker receives the message and has met the persistence and replication requirements that you configur

When is the ACK sent?

2019-03-12 Thread artemisn00b
Suppose I have a symmetric cluster of 3 artemis servers. I send a message to server 1, and it forwards it to other servers who have consumers. Now, when exactly does the producer get an ACK? I have a couple of scenarios where I wouldn't be able to figure out how it works - A) Server 1 forwarded a