Creating Queue Processor: How the items are Requeued in queue processor
Hello All,
I have created a custom queue processor which processes records without getting any locks and post some data to external system by using POST method in Connect-Rest.
So my queue processor is working fine, but if any failures occurs or if there any error messages on the page it is not getting requeued (I am expecting to utilize retry mechanism of the queue processor here which is set to 3)
I would appreciate if anybody can explain how the requeuing process works,
What type of failures are requeued ?
Do we have to set some properties in the QueuePage?(while error handling.. I saw ootb queue processors there i dont see any handling)
After 3rd(last retry) failure how the items are pushed to broken queue, what properties are set or we need to identify?