message-forwarder

command module
v2.0.2+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 16, 2015 License: MIT Imports: 3 Imported by: 0

README

message-forwarder

Get task from message queue and forward to an URL.

Setup

Copy message-forwarder.cfg to /etc/, and edit accordingly.

Linux Setup

Optional instruction for running message-forwarder as systemd service.

Generate executable binary

cd $GOPATH
go install github.com/hongster/message-forwarder
sudo cp bin/message-forwarder /usr/bin/

Copy doc/message-forwarder.service to /etc/systemd/system/. Then run the following commands to enable and start service.

sudo systemctl enable message-forwarder
sudo systemctl start message-forwarder

Dependencies

Automatically resolved using go get github.com/hongster/message-forwarder.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Provide AMQP specific information from config file.
Provide AMQP specific information from config file.
Global logger
Global logger
Forward message body to callback-URL defined in message header.
Forward message body to callback-URL defined in message header.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL