https://github.com/tether/amqp-stream-cli
Stream data to an AMQP server from the command-line.
https://github.com/tether/amqp-stream-cli
Last synced: about 1 year ago
JSON representation
Stream data to an AMQP server from the command-line.
- Host: GitHub
- URL: https://github.com/tether/amqp-stream-cli
- Owner: tether
- License: other
- Created: 2014-10-22T20:11:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-22T23:26:27.000Z (over 11 years ago)
- Last Synced: 2025-02-15T07:49:59.211Z (over 1 year ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 0
- Watchers: 18
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# amqp-stream-cli
Stream data to an AMQP server from the command-line.
## Installation
```
npm install amqp-stream-cli -g
```
## Usage
```
Send AMQP messages from the command line.
Usage:
ampq-stream [options]
Options:
-h --help Show this screen.
--version Show version.
--url= AMQP server to connect to. [default: amqp://guest@localhost//]
--exchange= If using an exchange, set it with this option.
--routing-key=<#> Sets the routing key used for reads/writes. [default: #]
```
_**NOTE:** This is simply a CLI wrapper around [node-amqp-stream](https://github.com/jasonpincin/node-amqp-stream). The usage options do not encompass all possible AMQP settings yet. Please contribute if you need more. :-)_
## License
**Creative Commons 3.0 - Attribution Sharealike**
You can remix, copy or use for both commercial and non-commercial products and services but you need to provide attribution for the original work in the source code to *"PetroFeed Inc."*. You must also share the original or any derivative under the same license. A description of the license can be found [here](http://creativecommons.org/licenses/by-sa/3.0).
---
Proudly brought to you by [PetroFeed](http://PetroFeed.com).
