In my dispatcher, I add items to my queue with the due date of 1 week.
When an item fails due to a business exception, I want it to be re-added into the queue with the same due date. How would I be able to do this?
I had a get transaction activity, and then assigned a date variable DueDate as transactionItem.duedate. However I keep getting Object reference not set.