Skip to content

Support IBM MQ for Python JmsIO - #39467

Open
Abacn wants to merge 1 commit into
apache:masterfrom
Abacn:ibm-jms-schema-transform
Open

Support IBM MQ for Python JmsIO#39467
Abacn wants to merge 1 commit into
apache:masterfrom
Abacn:ibm-jms-schema-transform

Conversation

@Abacn

@Abacn Abacn commented Jul 24, 2026

Copy link
Copy Markdown
Contributor
  • Introduce a BeamGenericJmsConnectionFactory interface to support
    different Jms JmsConnectionFactory cross-lang

  • Move ConnectionConfiguration outside of JmsIO class

  • Add test case for IBM MQ

Fix #30716

Please add a meaningful description for your change here


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Mention the appropriate issue in your description (for example: addresses #123), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, comment fixes #<ISSUE NUMBER> instead.
  • Update CHANGES.md with noteworthy changes.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

See the Contributor Guide for more tips on how to make review process smoother.

To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md

GitHub Actions Tests Status (on master branch)

Build python source distribution and wheels
Python tests
Java tests
Go tests

See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.

@gemini-code-assist

Copy link
Copy Markdown
Contributor

Caution

The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased.

/** A POJO describing a JMS connection. */
@DefaultSchema(AutoValueSchema.class)
@AutoValue
public abstract static class ConnectionConfiguration implements Serializable {

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Safe to move as it does not exist in any released version yet

@Abacn
Abacn force-pushed the ibm-jms-schema-transform branch from 8edf305 to 1a2a03e Compare July 28, 2026 23:53
@Abacn
Abacn marked this pull request as ready for review July 29, 2026 02:15
@gemini-code-assist

Copy link
Copy Markdown
Contributor

Caution

The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased.

@github-actions

Copy link
Copy Markdown
Contributor

Assigning reviewers:

R: @tvalentyn for label python.
R: @ahmedabu98 for label java.

Note: If you would like to opt out of this review, comment assign to next reviewer.

Available commands:

  • stop reviewer notifications - opt out of the automated review tooling
  • remind me after tests pass - tag the comment author after tests pass
  • waiting on author - shift the attention set back to the author (any comment or push by the author will return the attention set to the reviewers)

The PR bot will only process comments in the main thread (not review comments).

@Abacn

Abacn commented Jul 29, 2026

Copy link
Copy Markdown
Contributor Author

R: @Amar3tto (subsequent to #39437)

@github-actions

Copy link
Copy Markdown
Contributor

Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control. If you'd like to restart, comment assign set of reviewers

* Introduce a BeamGenericJmsConnectionFactory interface to support
  different Jms JmsConnectionFactory cross-lang

* Move ConnectionConfiguration outside of JmsIO class

* Add test case for IBM MQ
@Abacn
Abacn force-pushed the ibm-jms-schema-transform branch from 1a2a03e to d1af5d0 Compare July 29, 2026 04:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request]: Implement IBM MQ Sink Connector for Python SDK

1 participant