Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix IBM MQ kamelets to use general MQConnectionFactory #922

Merged
merged 1 commit into from
May 11, 2022

Commits on May 10, 2022

  1. Fix IBM MQ kamelets to use general MQConnectionFactory

    * Currently it uses MQQueueConnectionFactory, which is specific for Queues. It should use MQConnectionFactory, which can be used for queues and topics.
    * Add a default property `serverPort: 1414`
    * Fix the [yaml dsl routes used in camel 3.15](https://camel.apache.org/manual/camel-3x-upgrade-guide-3_15.html#_camel_yaml_dsl)
    
    Fix apache#921
    claudio4j committed May 10, 2022
    Configuration menu
    Copy the full SHA
    e72b4d4 View commit details
    Browse the repository at this point in the history