Is there any way to force the flow-to-disk option for all messages which are
putted in this queue ?

++


ffrenchm wrote:
> 
> 
> 
> Kim van der Riet wrote:
>> 
>> 
>> This store is only asynchronous. Although BDB is still used, it is no
>> longer on the message path for normal usage patterns - ie no message
>> data is stored in BDB. However, BDB will be used if flow-to-disk is
>> triggered, either because the messages are too large or other conditions
>> that may trigger this condition. All message content and transactions
>> are no stored in the async journal.
>> 
>> I hope this helps,
>> Kim
>> 
>> 
> 
> Thanks Kim, another question for you : I'm currently using JMS to create
> queue 'test-queue' (in fact I reuse your bench tools). I already read this
> page http://qpid.apache.org/cheat-sheet-for-configuring-queue-options.html
> which explains how we can set the flow to disk option for a queue. But
> there is only C++ API sample. Is there any way to define the queue options
> thanks JMS API ? If not I've maybe an idea ;)
> 
> ++
> 

-- 
View this message in context: 
http://n2.nabble.com/QPID-C%2B%2B-Broker-%2B-persistent-store-tp2372671p2373209.html
Sent from the Apache Qpid users mailing list archive at Nabble.com.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to