More precisely to send the data using Azure.Messaging.ServiceBus.ServiceBusMessage and to receive it with Microsoft.ServiceBus.Messaging.BrokeredMessage
I develop a brand new .NET Core 8.0 component and our queue subscribers are on .NET Fx 4.8. In the new component I would like to use the currently supported Azure.Messaging.ServiceBus to send messages. Unfortunately I could not find any info on how to send data to listeners that use WindowsAzure.ServiceBus.
For sending data through the queue from Microsoft.Azure.ServiceBus -> WindowsAzure.ServiceBus I already found this, thanks very much! https://github.com/Azure/azure-service-bus-dotnet/issues/239#issuecomment-320820562