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

Release Service Bus Track 2 Library Preview 1 for JavaScript #4260

Closed
8 tasks done
ramya-rao-a opened this issue Jul 11, 2019 · 1 comment
Closed
8 tasks done

Release Service Bus Track 2 Library Preview 1 for JavaScript #4260

ramya-rao-a opened this issue Jul 11, 2019 · 1 comment
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. Epic Service Bus

Comments

@ramya-rao-a
Copy link
Contributor

ramya-rao-a commented Jul 11, 2019

This is a parent issue tracking the work planned for Service Bus to release the first preview in March following the TS Azure SDK guidelines
Code complete date: March 6th, 2020

API design

  • Revisit the client structure i.e the various entry points in the package

Features

  • Support Azure Identity like we did in Event Hubs
  • Support retry configurability on clients like we did in Event Hubs
  • Support Web sockets & proxy like we did in Event Hubs
  • Support cancellation token on user facing apis
  • Send message to Queue
  • Receive and settle message from Queue
  • Receive and settle message from seesion enabled Queue
@ramya-rao-a ramya-rao-a added Client This issue points to a problem in the data-plane of the library. Service Bus labels Jul 11, 2019
@AlexGhiondea AlexGhiondea changed the title Release Service Bus Track 2 Library Preview 1 Release Service Bus Track 2 Library Preview 1 for JavaScript Jul 22, 2019
@ramya0820 ramya0820 self-assigned this Sep 30, 2019
@ramya-rao-a
Copy link
Contributor Author

Version 7.0.0-preview.1 of @azure/service-bus has been released with the above features and the below additions

  • Schedule to send a message at a later time
  • Cancel such a scheduled message
  • Create a batch, fill it up with messages util full and then send the batch
  • Send related features in Queues are supported for Topics as well
  • Receive related features in Queues are supported for Subscriptions as well
  • Support for Rule management

The cancellation support for recieveBatch() and subscribe()` has been pushed to the next preview

@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. Epic Service Bus
Projects
None yet
Development

No branches or pull requests

4 participants