Hello everyone. I try to send messages from the Camel rout JMS component,
on some messages the error below occurs. Out of 50,000 messages, 4937
reached an average speed of 497 mes/sec. At the same time, with the same
settings, the classic ActiveMQ gives about 10,000 mes/sec
Artemis version 2.11.0.
Hello,
Thanks a lot for the reply.
We have performed some tests and your description matches the behavior we have
seen.
But I have some questions about delayed JMS messages storage.
- Is the storage the same for non delayed and delayed messages ?
- When a delayed message is stored
JdbcMemoryTransactionStore this is the class we see.
--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html
Hi,
Yes, when all messages are removed in db-1 it will get removed and all new
ones will get added to db-3. The message log is append only, so new db files
will get created and old ones removed as part of normal operations.
Beware of mixing slow and fast consumers though, as just one single messa
Hello everyone,
First question:
- Let's we have no consumer on a queue but we do have one producer
which sends message to this queue.
- So, a db-1.log is created than when this one is full, a new file is
created db-2.log
- Let's say that we now a fast consumer (eg f