Re: Producer flow control

2012-02-20 Thread Torsten Mielke
Hi, You could use the vmQueueCursor as well. In both cases (assuming producerFlowControl=true) the cursors will only dispatch msg from memory and not from the store. Regards, Torsten Mielke On Feb 15, 2012, at 3:48 PM, Hervé BARRAULT wrote: Hi, If i set cursorMemoryHighWaterMark to 100,

Re: Huge enqueues quantity in consumer list page

2012-02-20 Thread Ishitori
Ok, it seems I figured out the answer. It is states for NMS provider, but I think it is more general problem. The problem reproduces if you have a consumer with 0 prefetchSize. In this case a call to MessageConsumer.SendPullRequest gives true on the following condition: if

Apollo an Akka

2012-02-20 Thread de Beer Ian
Hi - Does Apollo provide a DestinationSource on which to set an advisory.DestinationListener, as I would like to monitor the creation of request response queues. Or is there a better way of getting callbacks/events on destination activities? The full story is, I am attempting to integrate

Re: Network of Brokers dropps messages if a hop fails

2012-02-20 Thread Torsten Mielke
Hi Alexander, Whats the full error raised? Are you hitting any JVM limits or running out of disk space on the store? Regards, Torsten Mielke On Feb 20, 2012, at 2:10 PM, Laures wrote: Hi, following scenario: Broker A and B form a network of brokers. The consumer connects to B all

Re: Network of Brokers dropps messages if a hop fails

2012-02-20 Thread Laures
the later. temp space is full. -- View this message in context: http://activemq.2283324.n4.nabble.com/Network-of-Brokers-dropps-messages-if-a-hop-fails-tp4403987p4404040.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Issues resolved in ActiveMQ-5.5.1

2012-02-20 Thread Laures
as far as i know there are no fixes. there only was a licence problem between activemq and a dependency that was resolved. -- View this message in context: http://activemq.2283324.n4.nabble.com/Issues-resolved-in-ActiveMQ-5-5-1-tp4397181p4404286.html Sent from the ActiveMQ - User mailing list

STOMP benchmarks / Apache Apollo / ActiveMQ

2012-02-20 Thread Hervé BARRAULT
Hi, i have seen an interesting benchmark of activemq : http://hiramchirino.com/blog/2012/02/apache-apollo-1-0-released/ But there are some measurements that i don't understand : Queue Load/UnloadPersistentLoad : 20b payload = AMQ 5.5.1 ~ 250 msgs/s (Apollo not really stable ~500 msgs/s) Fan

kahadb encryption

2012-02-20 Thread chris snow
Hi Forum, Does kahadb support encryption of the persisted data? Many thanks, Chris

Re: kahadb encryption

2012-02-20 Thread Gary Tully
no, but it would be straight forward to implement b/c the interface to the journal is relatively simple and based on opaque byteSequences. Feel free to raise an enhancement or even make a contribution On 20 February 2012 18:07, chris snow chsnow...@gmail.com wrote: Hi Forum, Does kahadb

Re: kahadb encryption

2012-02-20 Thread Matt Pavlovich
Chris- You could also look into using an encrypted filesystem, where it encrypts an entire partition. Linux has built-in support for that. You would then just configure ActiveMQ to store the KahaDB data on that partition. Matt Pavlovich On 2/20/12 1:07 PM, chris snow wrote: Hi Forum,

add new ssl certificates at run-time

2012-02-20 Thread matteo rulli
Dear all, We dynamically load new client certs in our (server side) amq truststores but the broker does not reload credentials. The procedure we use to insert new certs in ts is ok, since it is the same we successfully use with apache cxf. I found this thread on nabble: