or run

tessl search
Log in

Version

Workspace
tessl
Visibility
Public
Created
Last updated
Describes
pypipkg:pypi/azure-servicebus@7.14.x
tile.json

tessl/pypi-azure-servicebus

tessl install tessl/pypi-azure-servicebus@7.14.0

Microsoft 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%

rubric.jsonevals/scenario-7/

{
  "context": "This criteria evaluates the engineer's ability to configure Azure Service Bus client to connect through an HTTP proxy server. The focus is on correct usage of proxy configuration parameters and WebSocket transport, which are essential for connecting to Service Bus from corporate network environments.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "HTTP Proxy Configuration",
      "description": "Uses the http_proxy parameter when creating the ServiceBusClient to configure proxy settings including host, port, and optional authentication credentials (username/password)",
      "max_score": 40
    },
    {
      "name": "WebSocket Transport Type",
      "description": "Configures the client to use TransportType.AmqpOverWebsocket via the transport_type parameter, which is required for proxy connectivity",
      "max_score": 25
    },
    {
      "name": "Queue Sender Creation",
      "description": "Creates a queue sender using the get_queue_sender() method with the specified queue name",
      "max_score": 15
    },
    {
      "name": "Message Sending",
      "description": "Sends messages to the queue using the send_messages() method on the sender object",
      "max_score": 15
    },
    {
      "name": "Authenticated Proxy Support",
      "description": "Properly handles authenticated proxy scenarios by including username and password in the http_proxy configuration when provided",
      "max_score": 5
    }
  ]
}