CHANGELOG.md
MANIFEST.in
README.md
setup.cfg
setup.py
azure/__init__.py
azure/servicebus/__init__.py
azure/servicebus/_version.py
azure/servicebus/base_handler.py
azure/servicebus/receive_handler.py
azure/servicebus/send_handler.py
azure/servicebus/servicebus_client.py
azure/servicebus/aio/__init__.py
azure/servicebus/aio/async_base_handler.py
azure/servicebus/aio/async_client.py
azure/servicebus/aio/async_message.py
azure/servicebus/aio/async_receive_handler.py
azure/servicebus/aio/async_send_handler.py
azure/servicebus/aio/async_utils.py
azure/servicebus/common/__init__.py
azure/servicebus/common/constants.py
azure/servicebus/common/errors.py
azure/servicebus/common/message.py
azure/servicebus/common/mgmt_handlers.py
azure/servicebus/common/mixins.py
azure/servicebus/common/utils.py
azure/servicebus/control_client/__init__.py
azure/servicebus/control_client/_common_conversion.py
azure/servicebus/control_client/_common_error.py
azure/servicebus/control_client/_common_models.py
azure/servicebus/control_client/_common_serialization.py
azure/servicebus/control_client/_serialization.py
azure/servicebus/control_client/constants.py
azure/servicebus/control_client/models.py
azure/servicebus/control_client/servicebusservice.py
azure/servicebus/control_client/_http/__init__.py
azure/servicebus/control_client/_http/httpclient.py
azure/servicebus/control_client/_http/requestsclient.py
azure_servicebus.egg-info/PKG-INFO
azure_servicebus.egg-info/SOURCES.txt
azure_servicebus.egg-info/dependency_links.txt
azure_servicebus.egg-info/not-zip-safe
azure_servicebus.egg-info/requires.txt
azure_servicebus.egg-info/top_level.txt
samples/async_samples/example_queue_send_receive_batch_async.py
samples/async_samples/example_session_send_receive_batch_async.py
samples/async_samples/example_session_send_receive_with_pool_async.py
samples/async_samples/test_examples_async.py
samples/async_samples/topic_send_async.py
samples/sync_samples/example_queue_send_receive_batch.py
samples/sync_samples/example_session_send_receive_batch.py
samples/sync_samples/example_session_send_receive_with_pool.py
samples/sync_samples/subscription_receive.py
samples/sync_samples/test_examples.py
samples/sync_samples/topic_send.py
tests/servicebus_preparer.py
tests/test_partitioned_queues.py
tests/test_partitioned_sessions.py
tests/test_queues.py
tests/test_sb_client.py
tests/test_sessions.py
tests/test_subscriptions.py
tests/test_topics.py
tests/async_tests/test_queues_async.py
tests/async_tests/test_sb_client_async.py
tests/async_tests/test_sessions_async.py
tests/control_plane_tests/__init__.py
tests/control_plane_tests/doctest_servicebusservicequeue.py
tests/control_plane_tests/doctest_servicebusservicetopic.py
tests/control_plane_tests/servicebus_settings_fake.py
tests/control_plane_tests/servicebus_testcase.py
tests/control_plane_tests/test_servicebus_eventhub.py
tests/control_plane_tests/test_servicebus_servicebus.py
tests/stress_tests/stress_test_queue_long_term_autorenew.py
tests/stress_tests/stress_test_queue_peeklock_send_receive.py
tests/stress_tests/stress_test_queue_peeklock_send_receive_batch.py
tests/stress_tests/stress_test_queue_receivedelete_send_receive.py
tests/stress_tests/stress_test_queue_receivedelete_send_receive_batch.py
tests/stress_tests/stress_test_queue_reconnect_send_receive.py
tests/stress_tests/stress_test_queue_slow_send_receive.py
tests/stress_tests/stress_test_queue_slow_send_receive_batch.py