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
I have a project where I am using the Spring Batch (5.1.2) remote chunking manager and worker to read lines from a file (FlatFileItemReader) and send the chunks of data to workers via JMS queues (IntegrationFlow) and then persist into a DB (RepositoryItemWriter). My question is if there is a failure when processing and writing a chunk, when the transaction is rolled back shouldn't the message be put back onto the JMS queue?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I have a project where I am using the Spring Batch (5.1.2) remote chunking manager and worker to read lines from a file (FlatFileItemReader) and send the chunks of data to workers via JMS queues (IntegrationFlow) and then persist into a DB (RepositoryItemWriter). My question is if there is a failure when processing and writing a chunk, when the transaction is rolled back shouldn't the message be put back onto the JMS queue?
Beta Was this translation helpful? Give feedback.
All reactions