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
The unit test uses a built-in ActiveMQ and it does not catch the bug e.g. #25849. We need integration test that can be used to valid with different Jms softwares, like what we are doing for the JdbcIO (unit test uses a built-in Derby, integration tests run on both MySQL and PostSQL)
Issue Priority
Priority: 3 (nice-to-have improvement)
Issue Components
Component: Python SDK
Component: Java SDK
Component: Go SDK
Component: Typescript SDK
Component: IO connector
Component: Beam examples
Component: Beam playground
Component: Beam katas
Component: Website
Component: Spark Runner
Component: Flink Runner
Component: Samza Runner
Component: Twister2 Runner
Component: Hazelcast Jet Runner
Component: Google Cloud Dataflow Runner
The text was updated successfully, but these errors were encountered:
* [#25887] fix(JmsIO): issue with multiple connection open #25887
- Issue related to multiple connection being open for each bundle
- Add integration test using jms-qpid for JmsIO
Fixes#25887
Co-Authored-By: Amrane Ait Zeouay <[email protected]>
* [#25887] fix(JmsIO): create new CommonJms instance instead of extending it #25887Fixes#25887
Co-Authored-By: Amrane Ait Zeouay <[email protected]>
* [#25887] fix(JmsIO): replacing flag with producer null verification #25887Fixes#25887
Co-Authored-By: Amrane Ait Zeouay <[email protected]>
* [#25887] fix(JmsIO): replace google timestamp with java instant #25887Fixes#25887
Co-Authored-By: Amrane Ait Zeouay <[email protected]>
---------
Co-authored-by: Amrane Ait Zeouay <[email protected]>
What needs to happen?
The unit test uses a built-in ActiveMQ and it does not catch the bug e.g. #25849. We need integration test that can be used to valid with different Jms softwares, like what we are doing for the JdbcIO (unit test uses a built-in Derby, integration tests run on both MySQL and PostSQL)
Issue Priority
Priority: 3 (nice-to-have improvement)
Issue Components
The text was updated successfully, but these errors were encountered: