Uses of Interface
org.ow2.joram.mom.amqp.DeliveryListener
-
Packages that use DeliveryListener Package Description org.ow2.joram.mom.amqp -
-
Uses of DeliveryListener in org.ow2.joram.mom.amqp
Classes in org.ow2.joram.mom.amqp that implement DeliveryListener Modifier and Type Class Description classProxyHandles the AMQP frames received by theAMQPConnectionListener.classStubAgentOutTheStubAgentOutclass handles output interactions with other Joram AMQP servers.Fields in org.ow2.joram.mom.amqp declared as DeliveryListener Modifier and Type Field Description (package private) DeliveryListenerQueue.Subscription. deliveryListenerMethods in org.ow2.joram.mom.amqp with parameters of type DeliveryListener Modifier and Type Method Description static voidStubLocal. basicConsume(DeliveryListener deliveryListener, String queueName, String consumerTag, boolean exclusive, boolean noAck, boolean noLocal, int channelNumber, short serverId, long proxyId)voidQueue. consume(DeliveryListener proxy, int channelId, String consumerTag, boolean exclusiveConsumer, boolean noAck, boolean noLocal, short serverId, long proxyId)Constructors in org.ow2.joram.mom.amqp with parameters of type DeliveryListener Constructor Description Subscription(DeliveryListener deliveryListener, int channelId, String consumerTag, boolean exclusive, boolean noAck, boolean noLocal, short serverId, long proxyId)
-