Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.28 KB

readme.md

File metadata and controls

25 lines (15 loc) · 1.28 KB

Azure Service Bus samples

.NET

Microsoft.Azure.ServiceBus

Any samples within the Azure.Microsoft.ServiceBus folder target the newer .NET Standard library.

SendSample

This sample shows how to write a .NET Core console application that sends messages to Service Bus.

ReceiveSample

This sample shows how to write a .NET Core console application that receives messages from Service Bus.

Microsoft.ServiceBus.Messaging

Any samples within the Microsoft.ServiceBus.Messaging folder, reference the older WindowsAzure.ServiceBus NuGet package. These samples were moved from this previous repository. See the readme here for more details.

Java

Get started sending events

This sample shows how to write a Java console application that sends messages to Service Bus.

Get started receiving events

This sample shows how to write a Java console application that receives messages from Service Bus.