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

Add IBM MQ connector functionality #5

Merged
merged 49 commits into from
Oct 31, 2023
Merged

Commits on Oct 27, 2023

  1. Add basic pub sub support

    dilanSachi committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    2cfc9e6 View commit details
    Browse the repository at this point in the history
  2. Add newline

    dilanSachi committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    f52cdd3 View commit details
    Browse the repository at this point in the history
  3. Add bmessage creator util

    dilanSachi committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    fd4999f View commit details
    Browse the repository at this point in the history
  4. Fix review comments

    dilanSachi committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    970f235 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b3238a3 View commit details
    Browse the repository at this point in the history
  6. Restructure project

    dilanSachi committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    213acae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6b2e6dc View commit details
    Browse the repository at this point in the history
  8. Update method name

    dilanSachi committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    c2e5002 View commit details
    Browse the repository at this point in the history
  9. Update ballerina/destination.bal

    Co-authored-by: Ayesh Almeida <[email protected]>
    dilanSachi and ayeshLK authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    11b8d83 View commit details
    Browse the repository at this point in the history
  10. Update property map type

    dilanSachi committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    3de7cef View commit details
    Browse the repository at this point in the history
  11. Fix suggestions

    dilanSachi committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    30067cb View commit details
    Browse the repository at this point in the history
  12. Merge pull request #3 from dilanSachi/add-pub-sub

    Add basic pub sub support
    ayeshLK authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    06f7660 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    64312fc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    71cd6ee View commit details
    Browse the repository at this point in the history
  15. Refactor the code-base

    ayeshLK committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    27df8a5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0a45010 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Merge pull request #4 from ayeshLK/master

    Add point-to-point messaging capabilities with IBM MQ queue support
    ayeshLK authored Oct 28, 2023
    Configuration menu
    Copy the full SHA
    16e6075 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27f8c5b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6 from ayeshLK/master

    Update doc-comment for the class
    ayeshLK authored Oct 28, 2023
    Configuration menu
    Copy the full SHA
    a3c440a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f7759b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f667d46 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8a20cb0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    139c10b View commit details
    Browse the repository at this point in the history
  8. Add newline

    dilanSachi committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    7b77bb9 View commit details
    Browse the repository at this point in the history
  9. Add close disconnect apis

    dilanSachi committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    fa63c93 View commit details
    Browse the repository at this point in the history
  10. Add negative tests cases

    dilanSachi committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    a091bdf View commit details
    Browse the repository at this point in the history
  11. Update test names

    dilanSachi committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    65f2657 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Update java package name

    dilanSachi committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    ed334b9 View commit details
    Browse the repository at this point in the history
  2. Add license header

    dilanSachi committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    afe9919 View commit details
    Browse the repository at this point in the history
  3. Fix review comments

    dilanSachi committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    5f7de1d View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    77883a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33be6b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef48153 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b85c485 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6d4778 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #8 from dilanSachi/add-new-apis

    Add `close` and `disconnect` apis
    ayeshLK authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    509aa08 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bb92309 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c3b55f1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ae193a6 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #9 from ayeshLK/destination-api-upgrade

    Refactor IBM MQ destination API
    ayeshLK authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    1305cf4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e593ae9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3c74466 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #10 from dilanSachi/add-new-apis

    Remove restrictions added on option types
    dilanSachi authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    70e98b3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    62017d1 View commit details
    Browse the repository at this point in the history
  15. Revert "Add basic test case for queue producer and consumer"

    This reverts commit 62017d1.
    ayeshLK committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    8db5a92 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    03e6498 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #11 from ayeshLK/destination-api-upgrade

    Properly set native IBM MQ queue in the ballerina IBM MQ queue
    ayeshLK authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    e0d30ce View commit details
    Browse the repository at this point in the history
  18. Merge pull request #7 from dilanSachi/add-pub-sub-tests

    Add basic pub sub tests
    dilanSachi authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    2f9d5c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    84aad43 View commit details
    Browse the repository at this point in the history