You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by pujitha <pu...@gmail.com> on 2020/01/07 05:47:16 UTC

Message loss while reconnecting to artemis if it is down

Hi, 
while client is producing messages, if artemis server is down.. client is
looking for reconnecting again, if artemis server is up, client can able to
connect and send the messages.. but I have found message loss in this
process, unable to find out why it has happened and could you please suggest
a solution for this issue.

Thanks



--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Message loss while reconnecting to artemis if it is down

Posted by Howard Gao <ho...@gmail.com>.
Hi,
Make sure you use persistent messages if you don't want them lost. And your
client needs to resend the message on failure from the broker.

Howard


On Tue, Jan 7, 2020 at 10:01 PM pujitha <pu...@gmail.com> wrote:

> Hi,
> while client is producing messages, if artemis server is down.. client is
> looking for reconnecting again, if artemis server is up, client can able to
> connect and send the messages.. but I have found message loss in this
> process, unable to find out why it has happened and could you please
> suggest
> a solution for this issue.
>
> Thanks
>
>
>
> --
> Sent from:
> http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html
>