rabbitmq 1.0.0

Download zip

class: RabbitMqConnection

[30:14] (extern: com.lehman.aussom.RabbitMqConnection) extends: object

Connection to a RabbitMQ server. Configure with one AMQP URI (amqp://user:pass@host:5672/vhost, or amqps://... for TLS) or with the piecewise setters; nothing touches the network until connect() is called. Configuration setters apply at connect() time, so call them first. The connection is long-lived and thread safe; channels opened from it are not. Use each channel from one thread only.

Methods