Azure Service Bus - PeekMessage error: fromSequenceNumber should be of type Long #18099
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
issue-addressed
Workflow: The Azure SDK team believes it to be addressed and ready to close.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Bus
Servicebus 7.3
Want to be able to peek message queue from the start using the same receiver.
await peekMsgReceiver.peekMessages(100, { fromSequenceNumber: 1});
returns an error: fromSequenceNumber should be of type Long
await peekMsgReceiver.peekMessages(100, { fromSequenceNumber: 0});
does not return messages from the start of the queue.
Doesn't seem anyway of peeking from the beginning of the queue on each call
The text was updated successfully, but these errors were encountered: