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
Ideally, there should be links to samples that use packages from all languages. This issue is to add a corresponding sample that uses the azure-messaging-servicebus package so that it can be linked appropriately.
@ramya-rao-a - After investigation, I found that the DeadletterQueue sample about java already exists, but the package it uses is com-microsoft-azure-servicebus.
So I think there are two ways to change:
Based on the original sample, update com-microsoft-azure-servicebus package to azure-messaging-servicebus package.
Add a new DeadletterQueue sample using the azure-messaging-servicebus package, whose package directory is com.azure.servicebus.samples.deadletterqueue
Which one do you think is more appropriate? If you have better suggestions, please tell me, thanks!
The doc Overview of dead letter queues links to a sample that uses the older .NET package WindowsAzure.ServiceBus
Ideally, there should be links to samples that use packages from all languages. This issue is to add a corresponding sample that uses the
azure-messaging-servicebus
package so that it can be linked appropriately.Reference: DeadletterQueue
Adding this sample will also be useful for us to re-direct readers who land at the above sample.
cc @spelluru
The text was updated successfully, but these errors were encountered: