Package | Description |
---|---|
com.kaazing.net.ws.amqp |
Modifier and Type | Method and Description |
---|---|
AmqpArguments |
AmqpArguments.addInteger(String key,
int value)
Adds an integer entry to the AmqpArguments table.
|
AmqpArguments |
AmqpArguments.addLongString(String key,
String value)
Adds a long string entry to the AmqpArguments table.
|
AmqpArguments |
AmqpProperties.getHeaders()
Returns the value of "headers" property.
|
Modifier and Type | Method and Description |
---|---|
AmqpChannel |
AmqpChannel.bindQueue(String queue,
String exchange,
String routingKey,
boolean noWait,
AmqpArguments arguments)
* This method binds a queue to an exchange.
|
AmqpChannel |
AmqpChannel.consumeBasic(String queue,
String consumerTag,
boolean noLocal,
boolean noAck,
boolean exclusive,
boolean noWait,
AmqpArguments arguments)
This method asks the server to start a "consumer", which is a transient request for messages from a specific queue.
|
AmqpChannel |
AmqpChannel.declareExchange(String exchange,
String type,
boolean passive,
boolean durable,
boolean noWait,
AmqpArguments arguments)
This method creates an exchange if it does not already exist, and if the exchange exists, verifies that it is of the correct and expected class.
|
AmqpChannel |
AmqpChannel.declareQueue(String queue,
boolean passive,
boolean durable,
boolean exclusive,
boolean autoDelete,
boolean noWait,
AmqpArguments arguments)
This method creates or checks a queue.
|
void |
AmqpProperties.setHeaders(AmqpArguments headers)
Sets the value of "headers" property.
|
AmqpChannel |
AmqpChannel.unbindQueue(String queue,
String exchange,
String routingKey,
AmqpArguments arguments)
This method unbinds a queue from an exchange.
|
Copyright © 2014. All Rights Reserved.