Advanced Queueing

markh

Member
Hello,

I have tried out the advanced queuing demo included with DOA and it works fine, except for one problem.
The dequeue transaction seems to be always committed before the OnThreadDequeued event is fired.
Is there any way to turn this off and do the commit (or a rollback) myself in the event handler ?
 
The dequeue operation is indeed implicitly committed before the OnThreadDequeued event is fired. There is currently no way to turn this off, so this would require an enhancement.
 
Back
Top