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 (
|
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…
Reference in New Issue
Block a user