Corey, I have uploaded the modifications needed to make the performance counters transaction-aware to https://github.com/kbaltrinic/rhino-queues/tree/perf-counters if you wish to take a look.
I have also made the breaking change to introduce a start method. It seemed like a good idea to do this in its own branch and let you take a look at that before I merged it into other changes. The code is at https://github.com/kbaltrinic/rhino-queues/tree/add-start-method. I am having an issue with one of the tests I added. OperationsOnUnstartedQueues.Can_get_processed_messages_without_starting() always passes in isolation but fails intermittently when run with the whole test fixture or with all tests. This suggests state is bleeding between tests but as you can see, I am deleting storage between tests so there is not much opportunity for bleed. If you or anyone have any ideas, please chime in. While you take a look at this, I will continue on with removing counter category creation to an installation process. --Ken -- 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.
