Skip to content

presbrey/pipe2mq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pipe2mq

Install

Use the go get command eg.

go get github.com/presbrey/pipe2mq

Usage

pipe2mq accepts command-line arguments:

  -backlog=8192: incoming channel capacity
  -backoff=1s: pause between errors
  -escapeBody=false: request body will be Go-escaped
  -exchange="test": AMQP exchange name
  -key="test": AMQP routing key
  -tag="pipe2mq": AMQP consumer tag
  -uri="amqp://localhost:5672/": AMQP URI

License

MIT

Releases

No releases published

Packages

No packages published

Languages