| Package | Description |
|---|---|
| org.wso2.broker.core |
| Modifier and Type | Method and Description |
|---|---|
void |
Broker.addConsumer(Consumer consumer)
Adds a consumer for a queue.
|
void |
Broker.bind(String queueName,
String exchangeName,
String routingKey,
FieldTable arguments) |
void |
Consumer.close()
Close the underlying transport consumer.
|
void |
Broker.createExchange(String exchangeName,
String type,
boolean passive,
boolean durable) |
void |
Broker.createQueue(String destination,
boolean passive,
boolean durable,
boolean autoDelete) |
void |
Broker.deleteExchange(String exchangeName,
String type,
boolean ifUnused) |
void |
Broker.deleteQueue(String queueName,
boolean ifUnused,
boolean ifEmpty) |
void |
Broker.publish(Message message) |
void |
Consumer.send(Message message)
Send message to the consumer.
|
void |
Broker.unbind(String queueName,
String exchangeName,
String routingKey) |
Copyright © 2017 WSO2. All rights reserved.