What is the reliability model for the event processor host? If my app crashes or shuts down in the middle of the event process loop will my location marker still be moved to the next one? I realize it might be different between a shutdown and unhandled error case so I would like to know in both. Basically do you commit the move in location marker as soon as you retrieve the message or do you commit the move in location marker after successful (no unhandled exception) event processing call to my application code? Thanks.
↧