Uses of Class
fr.dyade.aaa.common.Queue
-
Packages that use Queue Package Description fr.dyade.aaa.agent org.objectweb.joram.client.jms Theorg.objectweb.joram.client.jmspackage holds the classes implementing the interfaces defined by the JMS 2.0 specification.org.objectweb.joram.mom.dest Theorg.objectweb.joram.mom.destpackage holds the classes implementing the queue, topic and specialized destinations provided by JORAM's MOM.org.objectweb.joram.mom.proxies Theorg.objectweb.joram.mom.proxiespackage holds the classes implementing the MOM proxy, basically linking external client applications to destination agents.org.ow2.joram.jakarta.jms Theorg.ow2.joram.jakarta.jmspackage holds the classes implementing the interfaces defined by the JMS 3.0 Jakarta specification.org.ow2.joram.mom.amqp -
-
Uses of Queue in fr.dyade.aaa.agent
Fields in fr.dyade.aaa.agent declared as Queue Modifier and Type Field Description protected QueueEngine. mq -
Uses of Queue in org.objectweb.joram.client.jms
Fields in org.objectweb.joram.client.jms declared as Queue Modifier and Type Field Description private QueueMultiSessionConsumer. repliesInprivate QueueSession. repliesInFIFO queue holding the asynchronous server deliveries. -
Uses of Queue in org.objectweb.joram.mom.dest
Fields in org.objectweb.joram.mom.dest declared as Queue Modifier and Type Field Description private QueueDistributionDaemon. ackQueueprivate QueueDistributionDaemon. distributeQueue -
Uses of Queue in org.objectweb.joram.mom.proxies
Fields in org.objectweb.joram.mom.proxies declared as Queue Modifier and Type Field Description private QueueStandardConnectionContext. queueMethods in org.objectweb.joram.mom.proxies that return Queue Modifier and Type Method Description QueueStandardConnectionContext. getQueue() -
Uses of Queue in org.ow2.joram.jakarta.jms
Fields in org.ow2.joram.jakarta.jms declared as Queue Modifier and Type Field Description private QueueMultiSessionConsumer. repliesInprivate QueueSession. repliesInFIFO queue holding the asynchronous server deliveries. -
Uses of Queue in org.ow2.joram.mom.amqp
Fields in org.ow2.joram.mom.amqp declared as Queue Modifier and Type Field Description private QueueAMQPConnectionListener. queueInprivate QueueProxy. queueInConstructors in org.ow2.joram.mom.amqp with parameters of type Queue Constructor Description Proxy(Queue queueIn, Queue queueOut)
-