STOMP Python not receiving all message

2006-06-13 Thread Azly
only received about 700 messages and then stop to receiving messages ? 2) If the python client unsubscribe from queue X and then subscribe again it will receive the remaining messages !!! Is that normal ? Thanks Azly -- View this message in context: http://www.nabble.com/STOMP-Python-not-receivin

Re: Reclaiming of unused space (growing data dir)

2006-05-04 Thread Azly
Hi James, Yes, I agree with you. But this is a real life scenario . Having multiple clients using an application to create some requests that have to be transmitted via a kind of gateway to an external system (n producers vs 1 consumers). Is it possible to have a kind of doReclaimSpace proced

Re: Reclaiming of unused space (growing data dir)

2006-05-02 Thread Azly
Any hints -- View this message in context: http://www.nabble.com/Reclaiming-of-unused-space-%28growing-data-dir%29-t1401159.html#a4197645 Sent from the ActiveMQ - User forum at Nabble.com.

Re: Reclaiming of unused space (growing data dir)

2006-05-01 Thread Azly
Hi, Yes my producers are producing faster than my consumers can consume (n producers and 1 consumer). And sometimes the consumers are not yet connected to the broker... Thanks -- View this message in context: http://www.nabble.com/Reclaiming-of-unused-space-%28growing-data-dir%29-t1401159.htm

Re: Reclaiming of unused space (growing data dir)

2006-05-01 Thread Azly
Hi, No I have the consumers & the producers connected at the same time. I also see the message "Cleaning up old messages." in the logs (with the SQL query) but the directory is still growing.Is this a problem with derby ? There is 0 old messages in the tables but the datadir is 1G size. T

Re: ActiveMQ 4.0 Jmeter

2006-04-20 Thread Azly
Hi, Is there any activemq-jmeter binary for versionAMQ 4.0 RC ? Thanks -- View this message in context: http://www.nabble.com/ActiveMQ-4.0-Jmeter-t1424553.html#a4011162 Sent from the ActiveMQ - User forum at Nabble.com.

Re: Master/Slave vs Authentication

2006-04-13 Thread Azly
Hi, Any chance to have this feature in RC4 ? Thanks -- View this message in context: http://www.nabble.com/Master-Slave-vs-Authentication-t1368444.html#a3905781 Sent from the ActiveMQ - User forum at Nabble.com.

Re: Reclaiming of unused space (growing data dir)

2006-04-13 Thread Azly
Hi I have try with AMQ RC3 and still have the same error. Any idea of what can be done to reclaim the space ? Is there any option in derby to do it ? Thanks Azly -- View this message in context: http://www.nabble.com/Reclaiming-of-unused-space-%28growing-data-dir%29-t1401159.html#a3905734

ActiveMQ 4.0 Jmeter

2006-04-10 Thread Azly
Hi, Where can I found activeMQ 4.0 JMeter Performance Test Binary. Thanks Azly -- View this message in context: http://www.nabble.com/ActiveMQ-4.0-Jmeter-t1424553.html#a3840662 Sent from the ActiveMQ - User forum at Nabble.com.

Re: Reclaiming of unused space (growing data dir)

2006-04-10 Thread Azly
Any Idea ? -- View this message in context: http://www.nabble.com/Reclaiming-of-unused-space-%28growing-data-dir%29-t1401159.html#a3840220 Sent from the ActiveMQ - User forum at Nabble.com.

Re: Reclaiming of unused space (growing data dir)

2006-04-06 Thread Azly
I'm using queue -- View this message in context: http://www.nabble.com/Reclaiming-of-unused-space-%28growing-data-dir%29-t1401159.html#a3782290 Sent from the ActiveMQ - User forum at Nabble.com.

Reclaiming of unused space (growing data dir)

2006-04-05 Thread Azly
t the data dir (seg0) is still growing. I'm wondering if there is an option in activemq to reclain unused space ? Thanks Azly see du -h in data/derbydb/ $ du -h 4.0K ./tmp 2.1M ./log 35M ./seg0 37M ./derbydb 37M . $ du -h 4.0K./tmp 4.5M./log 70M ./seg0 75M

Re: Slavefailed with Invalid acknowledgment

2006-04-03 Thread Azly
Hi James, For your information, my tests of Master/Slave works well with 4.0-RC2. Thanks Azly -- View this message in context: http://www.nabble.com/Slavefailed-with-Invalid-acknowledgment-t1368729.html#a3735343 Sent from the ActiveMQ - User forum at Nabble.com.

Re: Slavefailed with Invalid acknowledgment

2006-03-30 Thread Azly
Hi James I have tried with the last SNAPSHOT (2006/03/30) and still have the same error in the slave AMQ: INFO PrefetchSubscription - Could not correlate acknowledgment with dispatched message: MessageAck {commandId = 7147, responseRequired = false, ackType = 2, consumerId = ID:grigri

Refreshing authorizationPlugin config

2006-03-30 Thread Azly
Hi, Is it possible to refresh authorizationPlugin config without restarting AMQ ? In a production environment, we want to add a new queue/topic with specific authorization without stopping the service for existing queues/topics. Changes to existing queue/topic authorizations could be applie

Slavefailed with Invalid acknowledgment

2006-03-30 Thread Azly
Hi, AMQ 4.0 SNAPSHOT of 20060329. In Master/Slave mode, the slave always failed with an invalid Acknowledgment. The consumer connected to the master use session.commit() every time a message is received. Is this a bug or did I do something wrong ? I'm using Slave LOG: = INFO Pr

Master/Slave vs Authentication

2006-03-30 Thread Azly
Hi, Is it possible to configure master and slave to use an user/password so that the authentication module won't failed on startup: java.lang.SecurityException: User name or password is invalid. at org.apache.activemq.security.JaasAuthenticationBroker.addConnection(JaasAuthenticationBr