Hi
We are having a topic on which a divert is configured. Every message sent
to topic has to be diverted to queue.
Divert:
jms.topic.testtopic01
jms.queue.testqueue01
false
Address:
DLQ
jms.queue.DLQ
jms.q
> Am i right?
I can't verify you're right because I'm not clear on what you're asserting. If
you're suggesting that there is a possibility of message loss because the live
doesn't ensure the backup received the data before it responds to the client
then you're not right. If you're suggesting
Hi everyone,
I have a strange behaviour of Artemis which leads to a situation when broker
stops sending messages out and we have to reboot the service in order to
kick it out.
I use STOMP protocol. Usually problem appears shortly (several minutes
within an hour) after broker restart, but not imm
Is Artemis replication asynchronously or synchronized ?
It's not very clear in user manual.
But in code replication packet is not send blocking, so live and backup is not
strong consistent.
Am i right ?
Thanks
- 原始邮件 -
发件人:Clebert Suconic
收件人:users@activemq.apache.org
主题:Re: Artemi