--To view this discussion on the web visit https://groups.google.com/d/msg/rhino-tools-dev/-/moFqS44fyGEJ.
You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group.
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.
My recommendation would be to setup log4net logging to DEBUG and look to see what the logs tell you.
On Mon, Jul 30, 2012 at 11:44 AM, Daventry <albert...@gmail.com> wrote:
Is it because the consumer is running a long task? I noticed it's executed 5 times, and my numberOfRetries param is 5.To view this discussion on the web visit https://groups.google.com/d/msg/rhino-tools-dev/-/moFqS44fyGEJ.
On Monday, July 30, 2012 6:36:28 PM UTC+1, Daventry wrote:--Hi,I'm sending a message from a web app to a windows service. The message is picked up and processed by the service, but a few seconds later the consumer gets invoked again even though the threadCount on both config files is 1.Any ideas?Thanks.
You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group.
To post to this group, send email to rhino-tools-dev@googlegroups.com.
To unsubscribe from this group, send email to rhino-tools-dev+unsubscribe@googlegroups.com.
and if you change the number of retries and it runs that many times chances are the handler is failing so RSB retries.
On Monday, July 30, 2012 2:00:13 PM UTC-4, Corey wrote:
My recommendation would be to setup log4net logging to DEBUG and look to see what the logs tell you.