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

[AMQP Python] Implement SendClient for sending single message #19182

Closed
yunhaoling opened this issue Jun 9, 2021 · 1 comment
Closed

[AMQP Python] Implement SendClient for sending single message #19182

yunhaoling opened this issue Jun 9, 2021 · 1 comment
Assignees
Labels
Milestone

Comments

@yunhaoling
Copy link
Contributor

yunhaoling commented Jun 9, 2021

  • Implement SendClient and SendClient to support:
    • send a single amqp message

Usage would be like:

client = uamqp.SendClient()

message = Message()
uamqp.SendClient.send_message(message)
@ghost ghost added the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Jun 9, 2021
@ghost ghost removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Jun 9, 2021
@yunhaoling yunhaoling added Messaging Messaging crew needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. labels Jun 9, 2021
@ghost ghost removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Jun 9, 2021
@yunhaoling yunhaoling changed the title [AMQP Python] Implement SendClient for sending single and batch message [AMQP Python] Implement SendClient for sending single message Jun 9, 2021
@yunhaoling yunhaoling self-assigned this Jun 14, 2021
@yunhaoling yunhaoling added this to the [2021] July milestone Jun 14, 2021
@yunhaoling yunhaoling added the P0 label Jun 14, 2021
@yunhaoling
Copy link
Contributor Author

PR merged: Azure/azure-uamqp-python#241

azure-sdk pushed a commit to azure-sdk/azure-sdk-for-python that referenced this issue Jun 22, 2022
Swagger update for 2022-06-01-preview version for recoveryservices-backup (Azure#19182) (Azure#19425)

* Adding base version 2022-03-01

* Adding changes for new version

* Updating readme and custom words

* Fixing typo

* Adding saphanaDBInstance to protected items

* Fixing lintdiff issues

* Adding back tiering policy changes

* Fixing swagger correctness issues
@github-actions github-actions bot locked and limited conversation to collaborators Apr 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant