workers

package
v0.0.0-...-69b6420 Latest Latest
Warning

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

Go to latest
Published: Dec 3, 2015 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Another = Base.WorkerConf{
	QName:     "AnotherQ",
	RoutingKs: []string{"example.another"},
	AutoAck:   false,
	Handler:   anotherHanlder,
	Desc:      "This is another consumer.",
}
View Source
var Example = Base.WorkerConf{
	QName:     "Example",
	RoutingKs: []string{"#"},
	AutoAck:   false,
	Handler:   exampleHandler,
	Desc:      "Just to show how to write a worker in golang :)",
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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