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 (
connUri = flag.String("connuri", "amqp://guest:guest@localhost:5672",
"Connection URI for AMQP thingy")
connUri = flag.String("connuri", "amqp://guest:guest@localhost:5672/sylvilagus", "Connection URI for AMQP thingy")
)
func main() {

Loading…
Cancel
Save