itsparser

Results 2 issues of itsparser

## New Features - [ ] Add Support to close the Transaction since needs to be cloned when the transaction is passed across the thread in the Application Worker [reference](https://github.com/orcaci/orca/blob/main/crates/services/api/src/server/middleware/mod.rs)...

## Summary - Changed `receive_filter` to receive a single message instead of polling repeatedly - Returns `NoData` immediately if message doesn't match filter, delegating retry logic to caller - Simplifies...