You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a parent issue tracking the work planned for Service Bus to release the first preview in March following the Java Azure SDK guidelines
Code complete date: March 23th, 2020
API design
Revisit the client structure i.e the various entry points in the package
Features
Send a message to Queue and Topic
send and sendBatch
schedule
cancelScheduledMessage
Receive and settle message from Queue and Topic
receive and auto-complete on each message
peek and peekBatch
abandon
complete
defer
deadLetter
renewMessageLock
receiveDeferredMessage and receiveDeferredMessageBatch
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
Out of scope
Receive and settle message from session enabled Queue/Topic
The text was updated successfully, but these errors were encountered:
This is a parent issue tracking the work planned for Service Bus to release the first preview in March following the Java Azure SDK guidelines
Code complete date: March 23th, 2020
API design
Features
send
andsendBatch
schedule
cancelScheduledMessage
receive
and auto-complete on each messagepeek
andpeekBatch
abandon
complete
defer
deadLetter
renewMessageLock
receiveDeferredMessage
andreceiveDeferredMessageBatch
Out of scope
The text was updated successfully, but these errors were encountered: