Uses of Class
org.apache.qpid.jms.JmsSession
-
Packages that use JmsSession Package Description org.apache.qpid.jms The core AMQP JMS client implementation classes.org.apache.qpid.jms.policy -
-
Uses of JmsSession in org.apache.qpid.jms
Subclasses of JmsSession in org.apache.qpid.jms Modifier and Type Class Description classJmsQueueSessionJMS QueueSession implementationclassJmsTopicSessionImplementation of a TopicSessionFields in org.apache.qpid.jms declared as JmsSession Modifier and Type Field Description protected JmsSessionJmsMessageConsumer. sessionprotected JmsSessionJmsMessageProducer. sessionMethods in org.apache.qpid.jms with parameters of type JmsSession Modifier and Type Method Description protected voidJmsConnection. addSession(JmsSessionInfo sessionInfo, JmsSession session) -
Uses of JmsSession in org.apache.qpid.jms.policy
Methods in org.apache.qpid.jms.policy with parameters of type JmsSession Modifier and Type Method Description intJmsDefaultPrefetchPolicy. getConfiguredPrefetch(JmsSession session, JmsDestination destination, boolean durable, boolean browser)intJmsPrefetchPolicy. getConfiguredPrefetch(JmsSession session, JmsDestination destination, boolean durable, boolean browser)Returns the prefetch value to use when creating a MessageConsumer instance.JmsMessageIDBuilderJmsDefaultMessageIDPolicy. getMessageIDBuilder(JmsSession session, JmsDestination destination)JmsMessageIDBuilderJmsMessageIDPolicy. getMessageIDBuilder(JmsSession session, JmsDestination destination)Returns the JmsMessageIDBuilder that should be used with the producer being created.booleanJmsDefaultPresettlePolicy. isConsumerPresttled(JmsSession session, JmsDestination destination)booleanJmsPresettlePolicy. isConsumerPresttled(JmsSession session, JmsDestination destination)Determines when a consumer will be created with the settlement mode set to presettled.booleanJmsDefaultPresettlePolicy. isProducerPresttled(JmsSession session, JmsDestination destination)booleanJmsPresettlePolicy. isProducerPresttled(JmsSession session, JmsDestination destination)Determines when a producer will send message presettled.
-