tessl install tessl/pypi-azure-servicebus@7.14.0Microsoft Azure Service Bus Client Library for Python providing comprehensive messaging capabilities for enterprise applications.
Agent Success
Agent success rate when using this tile
92%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.01x
Baseline
Agent success rate without this tile
91%
Build a message client application that connects to Azure Service Bus through a corporate HTTP proxy server. The application should support both authenticated and non-authenticated proxy configurations.
Your task is to implement a message client that:
Your application should accept the following configuration:
The application should:
Provides messaging capabilities for Azure Service Bus including proxy support for corporate network environments.
Input:
Expected Behavior: The client should configure proxy settings and successfully connect to Service Bus through the proxy, sending both messages to the queue.
Input:
Expected Behavior: The client should configure authenticated proxy settings and successfully send the message through the authenticated proxy connection.
proxy_client.pytest_proxy_client.py with tests that verify proxy configurationYour solution will be evaluated on: