Skip to content

Files

Latest commit

03d5e26 · Jun 16, 2017

History

History
This branch is 298 commits behind Azure/azure-service-bus:master.

samples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 26, 2017
Jun 16, 2017
Apr 24, 2017

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.