public class AmqpChannel extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
bind(ShortString queue,
ShortString exchange,
ShortString routingKey) |
void |
declareExchange(String exchangeName,
String exchangeType,
boolean passive,
boolean durable) |
void |
declareQueue(ShortString queue,
boolean passive,
boolean durable,
boolean autoDelete) |
public void declareExchange(String exchangeName, String exchangeType, boolean passive, boolean durable) throws BrokerException
BrokerExceptionpublic void declareQueue(ShortString queue, boolean passive, boolean durable, boolean autoDelete) throws BrokerException
BrokerExceptionpublic void bind(ShortString queue, ShortString exchange, ShortString routingKey) throws BrokerException
BrokerExceptionCopyright © 2017 WSO2. All rights reserved.