Re: PooledConnectionFactory: createConnection results in log entry "Successfully connected to ..."

2017-07-02 Thread Michael André Pearce
The PooledConnectionFactory just pools created connections so that they can be reused. The connections are created as you've noted on createConnection. A really good description of its behaviour is written in doc see here: http://activemq.apache.org/maven/5.15.0/apidocs/org/apache/activemq/jms/p

PooledConnectionFactory: createConnection results in log entry "Successfully connected to ..."

2017-07-02 Thread jochenw
Hello, I'm just starting using the PooledConnectionFactory. Before calling the start() method, the idleTimeout (3 ms), the maxConnections (10) and the maximumActiveSessionPerConnection (500) are set. I would have expected that on startup, 10 connections are opened to the broker (tcp://0.0.0.0

Re: LevelDB gets corrupted and Ports are not up when when activemq is stopped on servers

2017-07-02 Thread Vidu
We are using ActiveMQ version: 5.13.2 .Will moving to kahaDB instead of levelDB be feasible in this current architecture? -- View this message in context: http://activemq.2283324.n4.nabble.com/LevelDB-gets-corrupted-and-Ports-are-not-up-when-when-activemq-is-stopped-on-servers-tp4728054p4728187

Re: web app work in windows but fails in linux due to activmq issue

2017-07-02 Thread darshanajr
Hi, As you mentioned, problem is not with activemq. There was some spring file loading issue. Maybe in windows system spring file was get picked without an issue. Thanks for the help -- View this message in context: http://activemq.2283324.n4.nabble.com/web-app-work-in-windows-but-fails-in-

Re: AcativeMQ becomes slow suddenly in 60 minutes after starting a performance test

2017-07-02 Thread Hidekazu
Dear christopher.l.shannon Thanks for your quick reply. I alocated 3GB memory for ActiveMQ. This is our startup setting for heap allocation. /usr/sbin/java -Xms3G -Xmx3G -XX:PermSize=256M -XX:MaxPermSize=256M And this is the systemUsage setting in activemq.xml

Re: setting activemq artemis load balanced and HA

2017-07-02 Thread hassan khraim
Thanks Michael, The diagram looks very interesting. I will test it . Thanks a lot. Sent from Outlook From: Michael André Pearce Sent: Sunday, 2 July 2017 7:17:37 PM To: users@activemq.apache.org Subject: Re: setting activemq artemis

Re: setting activemq artemis load balanced and HA

2017-07-02 Thread Michael André Pearce
Hi Hassan As discussed on IRC, here is a deployment diagram we had for clustered artemis (multiple masters and ha slaves) within my org on physical hosts during our POC stages, i have had to strip a few bits, and rename some things, like wise are actually architecture we’re pushing out, is slig