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

ServiceBus Track2 - Create MessageReceiver class #4856

Closed
hemanttanwar opened this issue Aug 5, 2019 · 1 comment
Closed

ServiceBus Track2 - Create MessageReceiver class #4856

hemanttanwar opened this issue Aug 5, 2019 · 1 comment
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. Service Bus

Comments

@hemanttanwar
Copy link
Contributor

hemanttanwar commented Aug 5, 2019

Create MessageReceiver class, which allows to send single message and batch messages.
API to consider

  1. receiveDeferredMessage (sequenceNumber ) : . This is Sync API.
  2. receiveDeferredMessage (sequenceNumbers[] ) : This is Sync API.
  3. registerMessageHandler
  4. renewMessageLock : This is Sync API.
  5. getMessageIterator() : Look at this is it make sense for Java . Reference https://docs.microsoft.com/en-us/javascript/api/%40azure/service-bus/receiver?view=azure-node-latest#getmessageiterator--

Note: sequenceNumber is message identifier

References:
Track 1 : com.microsoft.azure.servicebus.MessageReceiver

@hemanttanwar hemanttanwar self-assigned this Aug 5, 2019
@hemanttanwar hemanttanwar added Client This issue points to a problem in the data-plane of the library. Service Bus labels Aug 5, 2019
@conniey
Copy link
Member

conniey commented Mar 23, 2020

Fixed as part of #4506

@conniey conniey closed this as completed Mar 23, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Apr 13, 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. Service Bus
Projects
None yet
Development

No branches or pull requests

2 participants