Set priority for transaction item

I have a scenario where the item which is retried at last must be the next new item…

that is when a item retry, it is taken as new queue item with new status and that is taken at-last after all the transaction…

In my case the item which is retrying must be my next new item…

In this scenario can we set any priority for that …

Please help

@Sweety_Girl

Queue’s will follow like First In First Out.

When item is retrying then status will be new and it will be added at the end of the Queue.

Yup… Can we set any priority ?

Hi, old thread i know but I stumbled over this while trying to do the same!

We’ve done this by assigning the priority before setting the transaction status as an exception

Assign TransactionItem.Priority to QueueItemPriority.High

Hopefully this helps.

3 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.