 |
RabbitMQ - Java Client API Guide - RabbitMQ - Messaging that just works
Connections and channels The core API classes are Connection and Channel, representing an AMQP connection and an AMQP data channel, respectively: import com.rabbitmq.client.Connection; import com.rabbitmq.client.Channel; Connecting to a broker The ...
www.rabbitmq.com |
 |