Using app-specific vhost

now that I'm learning more about vhosts.
This commit is contained in:
Dan Buch 2012-11-12 19:05:29 -05:00
parent 50efb4df6a
commit 17032016c3

View File

@ -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() {