Thanks for the clarification.  Ive since built a test app to learn
more of RQ and it looks really nice.   One problem I am having in the
store-forward pattern is how to purge the message once its been
forwarded.  Inspecting via Linqpad I do see that the messages are
getting "consumed" but the size of the the queue directory never
shrinks.  Is there a command to reclaim that space?

Ive tried

sender.NumberOfMessagesToKeepInProcessedQueues = 0;
sender.NumberOfMessagesToKeepOutgoingQueues = 0;
sender.NumberOfReceivedMessagesToKeep = 0;

but they dont have any effect on the directory size.



On Nov 18, 3:00 am, Jason Meckley <[email protected]> wrote:
> good to know, thanks Corey

-- 
You received this message because you are subscribed to the Google Groups 
"Rhino Tools Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rhino-tools-dev?hl=en.

Reply via email to