|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Connection
| Method Summary | |
|---|---|
void |
close()
Close this connection and all its channels with the AMQP.REPLY_SUCCESS close code
and message 'OK'. |
com.rabbitmq.client.Channel |
createChannel(boolean transactional)
Create a new channel, using an internally allocated channel number. |
boolean |
isOpen()
Flag to indicate the status of the connection. |
| Method Detail |
|---|
com.rabbitmq.client.Channel createChannel(boolean transactional)
throws org.springframework.amqp.AmqpException
transactional - true if the channel should support transactions
org.springframework.amqp.AmqpException - if an I/O problem is encountered
void close()
throws org.springframework.amqp.AmqpException
AMQP.REPLY_SUCCESS close code
and message 'OK'.
Waits for all the close operations to complete.
org.springframework.amqp.AmqpException - if an I/O problem is encounteredboolean isOpen()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||