You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to have a singe record consumer but backed up wth a BatchListener.
I'm having performances issues when using transaction with single record consumer, but my processing can only process one message at a time.
My request would be to be able to keep my single record consumer but behind a BatchListener.
With an ErrorHandler which will handle errors (in the case we don't have to rollback) for each record the whole thing process into a single transaction.