Using app-specific vhost
now that I'm learning more about vhosts.
This commit is contained in:
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…
Reference in New Issue
Block a user