--
You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group.
To view this discussion on the web visit https://groups.google.com/d/msg/rhino-tools-dev/-/3ZwREewwepoJ.
To post to this group, send email to rhino-t...@googlegroups.com.
To unsubscribe from this group, send email to rhino-tools-d...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
RQ uses Rhino.PHT (persisent hash table) for storage. PHT is built on top of esent.
--
You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group.
To view this discussion on the web visit https://groups.google.com/d/msg/rhino-tools-dev/-/HrkWj7Emn9oJ.
Ive tried
sender.NumberOfMessagesToKeepInProcessedQueues = 0;
sender.NumberOfMessagesToKeepOutgoingQueues = 0;
sender.NumberOfReceivedMessagesToKeep = 0;
but they dont have any effect on the directory size.
My config below, after this settings RQ purging old data. If you wait
you can see on console output purging old data string.
qm.NumberOfReceivedMessagesToKeep = 100;
qm.NumberOfMessagesToKeepOutgoingQueues = 150;
qm.OldestMessageInProcessedQueues = TimeSpan.FromMinutes(1);
qm.OldestMessageInOutgoingQueues = TimeSpan.FromMinutes(1);
But i have a questions for you.
1- How did you reach this properties
sender.NumberOfMessagesToKeepInProcessedQueues and others
I check all methods bur queuemanager is private and i had to change rq
code and i wrote qm accessor. Can you send your implementation.
2- Another thing i can't do LinqPad query. Can you explain how to run
linq pad query.
Thanks.
2011/11/18 Nathan <nsk...@gmail.com>:
> --
> You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group.