Package | Description |
---|---|
org.ow2.joram.mom.amqp |
Modifier and Type | Class and Description |
---|---|
class |
Proxy
Handles the AMQP frames received by the
AMQPConnectionListener . |
class |
StubAgentOut
The
StubAgentOut class handles output interactions with other Joram
AMQP servers. |
Modifier and Type | Field and Description |
---|---|
(package private) DeliveryListener |
Queue.Subscription.deliveryListener |
Modifier and Type | Method and Description |
---|---|
static void |
StubLocal.basicConsume(DeliveryListener deliveryListener,
String queueName,
String consumerTag,
boolean exclusive,
boolean noAck,
boolean noLocal,
int channelNumber,
short serverId,
long proxyId) |
void |
Queue.consume(DeliveryListener proxy,
int channelId,
String consumerTag,
boolean exclusiveConsumer,
boolean noAck,
boolean noLocal,
short serverId,
long proxyId) |
Constructor and Description |
---|
Subscription(DeliveryListener deliveryListener,
int channelId,
String consumerTag,
boolean exclusive,
boolean noAck,
boolean noLocal,
short serverId,
long proxyId) |
Copyright © 2018 ScalAgent D.T.. All Rights Reserved.