fix: update duo message broker version to make it compatible with rabbitmq4.x#1667
Open
Bhaswati1148 wants to merge 5 commits into
Open
Conversation
…op connection with shared rabbitmq instance
…ffice-core into update-duo-message-broker-version-to-make-it-compatible-with-rabbitmq4.x
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR upgrades the version of @user-office-software/duo-message-broker from 1.8.0 to 1.9.1 to ensure compatibility with RabbitMQ 4.x
User office library changes can be found here - UserOfficeProject/user-office-lib#235
Motivation and Context
In STFC we are migrating from RabbitMQ 3.x to RabbitMQ 4.x, applications need to be compatible with the updated AMQP connection negotiation behaviour introduced in RabbitMQ 4.x.
RabbitMQ 4.x enforces a minimum frame_max value of 8192 during AMQP connection negotiation.
@user-office-software/duo-message-broker v1.9.1 includes the required changes to support RabbitMQ 4.x,
How Has This Been Tested
The changes were tested by building a test image using
@user-office-software/duo-message-broker v1.9.1and deploying it to the dev environment. The application successfully connected to the RabbitMQ 4.x and published events to the message broker without any connection issues.Fixes
Changes
Depends on
Tests included/Docs Updated?