Thanks Tim.
I didn't know that ack messages are stored in the journal files as well. Now
it makes sense the logs and why the number of journal files are increasing.
--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html
Hi,
We are having some issues with kahadb. We see that some journal files, named
"db-", are not removed and this makes ActiveMQ to use a lot of disk space.
We've activated ActiveMQ logs and there are some logs with this information:
2018-04-23 11:32:52,218 [eckpoint Worker] TRACE MessageDataba
>From my point of view, one difference between SingleConnectionFactory and
PooledConnectionFactory is that SingleConnectionFactory reuse the same
connection among all the listeners/consumers and PooledConnectionFactory
shares a pooled of connections among the listeners/consumers.
I think if I use
Hi,
I'm developing some web applications which send/receive messages to/from an
ActiveMq broker. The ActiveMQ broker is standalone, so it is not embedded
inside the application. The application is developed with Spring Framework
and will be deployed in a Java EE Application Server (such as WebSphe
Thank you for your quick reply.
So, to sum up, transport thread is required to send and receive messages and
because of that it's always launched when a connection is created.
--
View this message in context:
http://activemq.2283324.n4.nabble.com/ActimeMQ-Client-s-thread-management-tp4705885
Hi,
I'm analysing how ActiveMQ client manages the threads to send and receive
JMS messages and I have some questions that I would like to ask.
As far as I've understood when I call connectionFactory.createConnection(),
I get a Connection object which launches a Transport thread in the
background