| Trees | Indices | Help |
|---|
|
|
object --+
|
Broker
Represents an AMQP broker.
|
|||
|
__metaclass__ Broker MetaClass. |
|||
|
|||
|
|||
| str |
|
||
| Connection |
|
||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
__mutex = <_RLock owner=None count=0>
|
|||
| dict |
domain A list dict of brokers. |
||
|
|||
| str |
cacert Path to a PEM encoded file containing the CA certificate used to validate the server certificate. |
||
| str |
clientcert Path to a PEM encoded file containing the private key & certificate used for client authentication. |
||
| URL |
url The broker's url. |
||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
Get broker identifier.
|
Connect to the broker.
|
Touch (eval) the specified AMQP address string. Used to perform destination administration. Examples:
|
str(x)
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu May 2 09:10:28 2013 | http://epydoc.sourceforge.net |