https://github.com/devigned/testbus
Service Bus cmd helper
https://github.com/devigned/testbus
Last synced: 12 months ago
JSON representation
Service Bus cmd helper
- Host: GitHub
- URL: https://github.com/devigned/testbus
- Owner: devigned
- License: mit
- Created: 2019-01-14T17:39:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-17T17:50:14.000Z (over 6 years ago)
- Last Synced: 2023-03-22T14:57:40.789Z (almost 3 years ago)
- Language: Go
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `./testbus` Service Bus cmd helper
Send and receive from Service Bus while tracing using either OpenCensus or OpenTracing
## Trace with OpenCensus
```bash
TRACING=true go run main.go send --msg-count 100 --conn-str 'Endpoint=...'
```
```bash
TRACING=true go run main.go receive --conn-str 'Endpoint=...'
```
## Low-Level AMQP Protocol Logging
```bash
DEBUG-LEVEL=3 go run -tags debug main.go
```