Regarding Queue Reading

hi Team,

While working with Queue items using Get Transaction Item, it is picking up all the old items in the queue how to filter the items depending on status such as new/inprogress/exception, I have found the option in Get QueueItem but how to use that to fetch the data from that transaction item for further processing.

Any suggestion will helpful and Thanks in Advance
Harsha Vardhan K

You can use the QueueItemSpecificContent(“FIELDNAME”).ToString to retreive Specific data stored in transactions.