Python SDK for Azure Service Bus Topics
Explore these code examples to learn how to effectively use Azure Service Bus topics for reliable messaging in your applications.
Learn how to programmatically create a new Service Bus topic to send and receive messages.
Understand how to clean up resources by deleting an existing Service Bus topic.
Discover how to send messages to a Service Bus topic. Messages sent to a topic are delivered to all subscriptions.
Learn how to receive messages from a Service Bus subscription associated with a topic.
Understand how to create subscriptions to a topic. Each subscription acts as a separate queue for messages.
Learn how to delete subscriptions that are no longer needed.
Implement message filtering using rules on subscriptions to control which messages are received.
Before running these samples, ensure you have the Azure SDK for Python installed and have configured your Azure Service Bus namespace connection string.