public class SimpleConnection extends Object implements Connection
Constructor and Description |
---|
SimpleConnection(com.rabbitmq.client.Connection delegate,
int closeTimeout) |
Modifier and Type | Method and Description |
---|---|
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.
|
public SimpleConnection(com.rabbitmq.client.Connection delegate, int closeTimeout)
public com.rabbitmq.client.Channel createChannel(boolean transactional)
Connection
createChannel
in interface Connection
transactional
- true if the channel should support transactionspublic void close()
Connection
AMQP.REPLY_SUCCESS
close code
and message 'OK'.
Waits for all the close operations to complete.close
in interface Connection
public boolean isOpen()
Connection
isOpen
in interface Connection