Failed to create session factory AMQ219007 when sending messages to AMQ Artemis from Camel JMS component

2020-02-17 Thread Mikhail Lukyanov
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.

RE: Question about db-x.log and delayed message

2020-02-17 Thread COURTAULT Francois
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

Re: activemq 5.15.2 memory leak

2020-02-17 Thread buccarellom
JdbcMemoryTransactionStore this is the class we see. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Question about db-x.log and delayed message

2020-02-17 Thread AntonR
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

Question about db-x.log and delayed message

2020-02-17 Thread COURTAULT Francois
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