Hi Allan,
in another topic you stated that errors get pushed to the error queue after retries exceeded. This is working as intended. But for me Business errors get pushed to the queue also even if obviously no retries happen. I assume this is intended behavior? If so is there any easy way to handle business errors differently from application errors or do i have to build that myself and create something to manually push only application errors with max retries to the failure queue?
But you CAN change the queue on each individual work item. So if you set a different failure queue on the work item before calling update work item, it will use that instead. But that will require more work from you, I know.
Since we basically rebuild the REF Framework this isn’t a huge problem to implement. I Just have to add to variables to the config and add the failure queue to the error handling setTransactionStatus. Seems to work just fine, thanks for the idea. But as you said might be a cool addition in the future.