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

Lt 5705 rabbit mq broker add quorum queues support for nl queues #63

Commits on Sep 18, 2024

  1. feat(LT-5705): use separate chanel for configuration when creating su…

    …bscriber
    
    this is safer approach since the original channel can be closed while configuring the queue due to application-level exceptions. So consumer channel shouldn't depend on configuration issues.
    atarutin committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    eed5c91 View commit details
    Browse the repository at this point in the history
  2. refactor(LT-5705): pass channel factory to message read strategy inst…

    …ead of passing channel itself
    
    (LT-5705): application-level exceptions can happen during channel configuration which leads to channel closure. In this case configurator might need to create another channel to proceed with configuration. Also this update separates subscription channel from configuration channel which is much safer.
    atarutin committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8f1395b View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. test(LT-5705): honor code review comments

    atarutin committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    316ffc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8023b36 View commit details
    Browse the repository at this point in the history