Closed chrismiles closed 15 years ago
Ouch. I'm sorry for your long journey. Yeah, a recent change made the connection arguments optional, since there's a new backend introduced (STOMP) that doesn't support userid, password, virtual_host, etc. I've applied the docpatch. Thanks!
The docs specify using the "vhost" argument to create connections when it should actually be "virtual_host". This messed me about for ages until I finally looked through the code.
btw: using **kwargs in
BrokerConnection.__init__()
doesn't help as it masks incorrect arguments making it harder to debug problems.Here's a diff to correct the docs: