Abacn commented on PR #38729: URL: https://github.com/apache/beam/pull/38729#issuecomment-4857357790
Also, Jms used to have soem weird checkpointing behavior to accommondate Jms spec > In JMS, acknowledging one message automatically acknowledges all messages processed by that specific session up to that point This caused data loss due to Beam process and commit messages asynchronously. We ended up creating different sessions for each checkpointing: #30054 SInce this is a Jms spec upgrade, let me check if any breaking changes could happen especially checkpointing logics -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
