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

Integrate Rust 2 step message receive code to C++ #6349

Conversation

LarryOsterman
Copy link
Member

Integrate the recent Rust repository changes to the AMQP layer.

This change implements a two-step receive process for AMQP - you receive deliveries and then accept or reject them.

GitHub Copilot Summary:

This pull request includes several changes to the azure-core-amqp package, focusing on improving testing setup, enhancing connection handling, and adding new functionalities. The most important changes include the addition of new test setup and cleanup scripts, updates to the README for testing instructions, and modifications to the connection and receiver handling.

Testing Enhancements:

Connection Handling:

Receiver Handling:

Additional Changes:

Copy link
Member

@heaths heaths left a comment

Choose a reason for hiding this comment

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

Nothing blocking, but you could greatly simplify local testing.

@LarryOsterman LarryOsterman force-pushed the larryo/integrate_explicit_message branch from 17f7d41 to 20fc8c2 Compare January 15, 2025 19:08
@azure-sdk
Copy link
Collaborator

API change check

APIView has identified API level changes in this PR and created following API reviews.

azure-core-amqp-cpp

@LarryOsterman LarryOsterman merged commit 689e9fa into Azure:feature/rust_amqp Jan 15, 2025
40 checks passed
@LarryOsterman LarryOsterman deleted the larryo/integrate_explicit_message branch January 15, 2025 22:16
LarryOsterman added a commit that referenced this pull request Jan 28, 2025
* Integrate Rust 2 step message receive code to C++

* If receiving a delivery failed, transmit the error to the message channel if at all possible
LarryOsterman added a commit that referenced this pull request Jan 30, 2025
* Integrate Rust 2 step message receive code to C++

* If receiving a delivery failed, transmit the error to the message channel if at all possible
LarryOsterman added a commit that referenced this pull request Feb 4, 2025
* Integrate Rust 2 step message receive code to C++

* If receiving a delivery failed, transmit the error to the message channel if at all possible
LarryOsterman added a commit that referenced this pull request Mar 1, 2025
* Integrate Rust 2 step message receive code to C++

* If receiving a delivery failed, transmit the error to the message channel if at all possible
LarryOsterman added a commit that referenced this pull request Mar 3, 2025
* Integrate Rust 2 step message receive code to C++

* If receiving a delivery failed, transmit the error to the message channel if at all possible
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.

3 participants