Using app-specific vhost

now that I'm learning more about vhosts.
cat-town
Dan Buch 12 years ago
parent 50efb4df6a
commit 17032016c3

@ -10,8 +10,7 @@ import (
) )
var ( var (
connUri = flag.String("connuri", "amqp://guest:guest@localhost:5672", connUri = flag.String("connuri", "amqp://guest:guest@localhost:5672/sylvilagus", "Connection URI for AMQP thingy")
"Connection URI for AMQP thingy")
) )
func main() { func main() {

Loading…
Cancel
Save