Uses of Class
org.objectweb.joram.shared.client.ConsumerReceiveRequest
-
Packages that use ConsumerReceiveRequest Package Description org.objectweb.joram.client.jms.connection 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.connection -
-
Uses of ConsumerReceiveRequest in org.objectweb.joram.client.jms.connection
Methods in org.objectweb.joram.client.jms.connection with parameters of type ConsumerReceiveRequest Modifier and Type Method Description voidRequestMultiplexer. denyRequest(ConsumerReceiveRequest request) -
Uses of ConsumerReceiveRequest in org.objectweb.joram.mom.proxies
Methods in org.objectweb.joram.mom.proxies with parameters of type ConsumerReceiveRequest Modifier and Type Method Description private voidUserAgent. doReact(ConsumerReceiveRequest req)Method implementing the proxy reaction to aConsumerReceiveRequestinstance, requesting a message from a subscription.private voidUserAgent. reactToClientRequest(int key, ConsumerReceiveRequest req)Either forwards theConsumerReceiveRequestrequest as aReceiveRequestdirectly to the target queue, or wraps it and sends it to the proxy if destinated to a subscription. -
Uses of ConsumerReceiveRequest in org.ow2.joram.jakarta.jms.connection
Methods in org.ow2.joram.jakarta.jms.connection with parameters of type ConsumerReceiveRequest Modifier and Type Method Description voidRequestMultiplexer. denyRequest(ConsumerReceiveRequest request)
-