I have a distributor and 2 workers, in distributor's storage queue messages are keep on increasing, each message has size of 2 kb.
I have gone through Udi reply here http://tech.dir.groups.yahoo.com/group/nservicebus/message/10698 Messages are cleared from the distributor's storage queue when it dispatches messages to the worker nodes. That being said, the worker nodes usually send a ready message right afterwards, causing the storage queue to fill up again.
I am not clear about “causing the storage queue to fill up again.” Statement.
I was expecting max messages in distributor's storage queue should be equal to number of workers but that is not the case.
Is there any configuration that I may be missing to control distributor’s storage queue clean up behavior?