Skip to main content

Explore Azure service bus from command line

Project description

Command line Azure ServiceBus Explorer

Explore Azure Service Bus on command line. You can send, receive, peek message from topic/subscriptions.

Quick start

Send a messge.

asb-tour send --topic=test-topic key1=va1,key2=value2 '{"hello":"world"}'

Peek/stream messge from a subscription asynchronously forever.

asb-tour peek --topic test-topic --subscription log --show-user-props

# optionaly pipe it to `jq` to get pretty printing and futher transformations
asb-tour peek --topic test-topic --subscription log --show-user-props | jq

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

asb-cli-explorer-0.1.4.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

asb_cli_explorer-0.1.4-py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page