Re: Does ActiveMQ have the concepts of lazy writes to disk?

2010-11-18 Thread Dejan Bosanac
Hi, this is a JMS client feature. Stomp commands are always sent asynchronously. You can generally instruct the broker to send receipts for the received frames with RECEIPT header (http://stomp.github.com/stomp-specification-1-1.html#receipt) Cheers -- Dejan Bosanac - FuseSource -

Re: Does ActiveMQ have the concepts of lazy writes to disk?

2010-11-18 Thread Aleksandar Ivanisevic
Dejan Bosanac writes: > Hi, > > you can use asynchronous sending. See > > http://activemq.apache.org/how-do-i-enable-asynchronous-sending.html and > http://activemq.apache.org/async-sends.html Is this available for STOMP too? [...] -- Ti si arogantan, prepotentan i peglaš vlastitu frustracij

Re: Does ActiveMQ have the concepts of lazy writes to disk?

2010-11-15 Thread devnull
thanks Dejan, that worked perfect :) -- View this message in context: http://activemq.2283324.n4.nabble.com/Does-ActiveMQ-have-the-concepts-of-lazy-writes-to-disk-tp3040432p3044084.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Does ActiveMQ have the concepts of lazy writes to disk?

2010-11-15 Thread Dejan Bosanac
to > disk, if a crash occurs I lose whatever was in memory but the overflow on > disk gets reloaded back into ram to be processed by the consumers. > > thanks > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Does-ActiveMQ-have-the-concepts-of-lazy-w

Does ActiveMQ have the concepts of lazy writes to disk?

2010-11-12 Thread devnull
sumers get backed up that most of the messages are logged to disk, if a crash occurs I lose whatever was in memory but the overflow on disk gets reloaded back into ram to be processed by the consumers. thanks -- View this message in context: http://activemq.2283324.n4.nabble.com/Does-ActiveMQ-have-th