RE: KahaDB latch wait warnings

2010-12-08 Thread Pothier, Peter
In the startup script, add -Dorg.apache.activemq.store.kahadb.LOG_SLOW_ACCESS_TIME=0 to SUNJMX to turn off this logging. At least this works with 5.3.0. Peter P -Original Message- From: Gary Tully [mailto:gary.tu...@gmail.com] Sent: Wednesday, December 08, 2010 10:24 AM To: users

RE: No Space exceptions though disk no longer full

2010-10-15 Thread Pothier, Peter
On further review, this may have been fixed by the work done on https://issues.apache.org/activemq/browse/AMQ-2042 Peter P From: Pothier, Peter Sent: Friday, October 15, 2010 12:28 PM To: Pothier, Peter; 'users@activemq.apache.org' Subject: RE: No Space exceptions though disk no l

RE: No Space exceptions though disk no longer full

2010-10-15 Thread Pothier, Peter
-2478 Peter P From: Pothier, Peter Sent: Wednesday, October 13, 2010 12:05 PM To: users@activemq.apache.org; Pothier, Peter Subject: No Space exceptions though disk no longer full Hi, We are using ActiveMQ 5.3.0 with kahaDB. When we fill the disk partition to 100%, we get "No space le

No Space exceptions though disk no longer full

2010-10-13 Thread Pothier, Peter
Hi, We are using ActiveMQ 5.3.0 with kahaDB. When we fill the disk partition to 100%, we get "No space left on device" exceptions. Good. However, if we reduce the disk usage, we continue to get exceptions even though there is plenty of disk space. Is there a way to pre-allocat

RE: ActiveMQ 5.3.0 Memory Usage - Connections

2010-05-04 Thread Pothier, Peter
, but will not change them if/when reconnecting. Peter P PS It was nice to meet you Rob Davies (and friends) at the Billerica Pub Crawl back on April 20th. -Original Message----- From: Pothier, Peter [mailto:ppoth...@crossbeamsys.com] Sent: Saturday, March 27, 2010 7:19 AM

RE: Duplicate Subscriptions activemq-admin query

2010-04-26 Thread Pothier, Peter
stinations. Peter P -Original Message----- From: Pothier, Peter [mailto:ppoth...@crossbeamsys.com] Sent: Thursday, April 22, 2010 7:43 PM To: users@activemq.apache.org Subject: Duplicate Subscriptions activemq-admin query Hi, Using ActiveMQ 5.3.0, with both libstomp and activemq-cpp clients,

Duplicate Subscriptions activemq-admin query

2010-04-22 Thread Pothier, Peter
Hi, Using ActiveMQ 5.3.0, with both libstomp and activemq-cpp clients, and using activemq-admin query to view details, we have some tests that connect/disconnect/reconnect/disconnect... to both a queue and a durable topic. In between, persistent messages are sent. The "Subscription

Durable Topic, Persistent Messages, Messages Dequeued

2010-03-31 Thread Pothier, Peter
Hi, When a single Durable Topic contains Persistent Messages, when should the Messages Dequeued counter increment? When the messages are consumed? Or when they expire? Furthermore, if the message is consumed by the single consumer of the durable topic, since there are no more consume

RE: ActiveMQ 5.3.0 Memory Usage - Connections

2010-03-27 Thread Pothier, Peter
have liked to have created it using consumer = session->createDurableConsumer() however, that method only has support for a Topic, not a Queue dynamic_cast(destination) Could this be contributing to the growing memory? Persistent messages are being sent. Peter P -Ori

RE: ActiveMQ 5.3.0 Memory Usage - Connections

2010-03-25 Thread Pothier, Peter
to the growing memory? Persistent messages are being sent. Peter P -Original Message- From: Pothier, Peter [mailto:ppoth...@crossbeamsys.com] Sent: Thursday, March 25, 2010 10:42 AM To: Rob Davies Cc: users@activemq.apache.org Subject: RE: ActiveMQ 5.3.0 Memory Usage - Connections Hi R

RE: ActiveMQ 5.3.0 Memory Usage - Connections

2010-03-25 Thread Pothier, Peter
run for a while Thanks! Peter P -Original Message- From: Rob Davies [mailto:rajdav...@gmail.com] Sent: Thursday, March 25, 2010 9:57 AM To: Pothier, Peter Cc: users@activemq.apache.org Subject: Re: ActiveMQ 5.3.0 Memory Usage - Connections Hi Peter, cursors are used by persistent me

RE: ActiveMQ 5.3.0 Memory Usage - Connections

2010-03-25 Thread Pothier, Peter
no dequeues. Should I be? Peter P -Original Message- From: Rob Davies [mailto:rajdav...@gmail.com] Sent: Thursday, March 25, 2010 9:39 AM To: users@activemq.apache.org Cc: Pothier, Peter Subject: Re: ActiveMQ 5.3.0 Memory Usage - Connections This could be due to https://issues.apache.org

RE: ActiveMQ 5.3.0 Memory Usage - Connections

2010-03-25 Thread Pothier, Peter
Hi, I finally figured out how to use jconsole remotely (I had a misunderstanding of what value to use in -Djava.rmi.server.hostname=, using the jconsole's machine's IP address instead of the target). Going back to running unit tests based on both libstomp and activemq-cpp (2.2.1), I can see, usin

RE: C support for ActiveMQ... care to share a make file?

2010-01-28 Thread Pothier, Peter
.apache.org Subject: RE: C support for ActiveMQ... care to share a make file? BTW This is a good link too http://bivald.com/lessons-learned/2009/11/building_libstomp_client_on_li .html as it only covers libstomp (also on Debian which I am using). -Original Message- From: Pothier, Peter [m

RE: C support for ActiveMQ... care to share a make file?

2010-01-28 Thread Pothier, Peter
Check out step 5 http://community.jboss.org/wiki/buildingblacktie on building libstomp. -Original Message- From: Hightower, Rick [mailto:rick.highto...@corventis.com] Sent: Thursday, January 28, 2010 6:11 PM To: users@activemq.apache.org Subject: C support for ActiveMQ... care to