Skip to content

presbrey/http2mq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http2mq Build Status

Install

Use the go get command eg.

go get github.com/presbrey/http2mq

Usage

http2mq accepts command-line arguments:

  -backlog=8192: incoming channel capacity
  -backoff=1s: pause between errors
  -bind="": bind address (empty=fcgi)
  -exchange="test": AMQP exchange name
  -exchangeType="fanout": AMQP exchange type
  -key="test": AMQP routing key
  -successCode=201: onSuccess HTTP status code
  -tag="http2mq": AMQP consumer tag
  -uri="amqp://localhost:5672/": AMQP URI
  -xForwardedFor=true: prepend remote address to X-Forwaded-For

License

MIT

About

AMQP publishing HTTP server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages