I have created queues with durable property and it seems to work.
Questions:
1. If I am sending messages of up to 100K Bytes to the queue,
do I need to configure the persistent queues differently, or will it
work as is?
2. When does the data gets removed from the store
is it right after it was delivered to the client?
3. Do I need to maintain these files - delete them?
i.e as long as my queues are usable, do I need to do any thing with
these?
4. Will the data gets saved until there is no disc-space if there are no
listeners
and under what conditions it will stop saving on the Queue.
5. If there are no space on disk, will the sender get exception?
/usr/bin/qpid-config queues
Queue Name Attributes
==================================================
NODE0 --durable
./qpidd_data/rhm/jrnl/0011> ls -l NODE0
total 12356
-rw-r----- 1 qpidd qpidd 1573376 Nov 17 13:04 JournalData.0000.jdat
-rw-r----- 1 qpidd qpidd 1573376 Nov 17 06:42 JournalData.0001.jdat
-rw-r----- 1 qpidd qpidd 1573376 Nov 17 07:18 JournalData.0002.jdat
-rw-r----- 1 qpidd qpidd 1573376 Nov 17 07:55 JournalData.0003.jdat
-rw-r----- 1 qpidd qpidd 1573376 Nov 17 08:31 JournalData.0004.jdat
-rw-r----- 1 qpidd qpidd 1573376 Nov 17 09:07 JournalData.0005.jdat
-rw-r----- 1 qpidd qpidd 1573376 Nov 17 09:44 JournalData.0006.jdat
-rw-r----- 1 qpidd qpidd 1573376 Nov 17 11:55 JournalData.0007.jdat
-rw-r----- 1 qpidd qpidd 844 Nov 16 12:28 JournalData.jinf
Thanks for your help.
--
View this message in context:
http://apache-qpid-users.2158936.n2.nabble.com/Managing-the-qpidd-data-rhm-jrnl-files-tp7005500p7005500.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]