Uses of Class
org.apache.qpid.jms.JmsSession
Packages that use JmsSession
Package
Description
The core AMQP JMS client implementation classes.
-
Uses of JmsSession in org.apache.qpid.jms
Subclasses of JmsSession in org.apache.qpid.jmsModifier and TypeClassDescriptionclassJMS QueueSession implementationclassImplementation of a TopicSessionFields in org.apache.qpid.jms declared as JmsSessionModifier and TypeFieldDescriptionprotected final JmsSessionJmsMessageConsumer.sessionprotected final JmsSessionJmsMessageProducer.sessionMethods in org.apache.qpid.jms with parameters of type JmsSessionModifier and TypeMethodDescriptionprotected voidJmsConnection.addSession(JmsSessionInfo sessionInfo, JmsSession session) Constructors in org.apache.qpid.jms with parameters of type JmsSessionModifierConstructorDescriptionJmsAcknowledgeCallback(JmsSession session) JmsAcknowledgeCallback(JmsSession session, JmsInboundMessageDispatch envelope) JmsConsumer(JmsSession session, JmsMessageConsumer consumer) JmsDurableTopicSubscriber(JmsConsumerId id, JmsSession s, JmsDestination destination, String name, boolean noLocal, String selector) JmsLocalTransactionContext(JmsSession session) protectedJmsMessageConsumer(JmsConsumerId consumerId, JmsSession session, JmsDestination destination, String selector, boolean noLocal) protectedJmsMessageConsumer(JmsConsumerId consumerId, JmsSession session, JmsDestination destination, String name, String selector, boolean noLocal) protectedJmsMessageProducer(JmsProducerId producerId, JmsSession session, JmsDestination destination) JmsProducer(JmsSession session, JmsMessageProducer producer) Create a new JMSProducer instance.protectedJmsQueueBrowser(JmsSession session, JmsDestination destination, String selector) Constructor for an JmsQueueBrowser - used internallyprotectedJmsQueueReceiver(JmsConsumerId id, JmsSession session, JmsDestination dest, String selector) ConstructorprotectedJmsQueueSender(JmsProducerId id, JmsSession session, JmsDestination destination) JmsSharedDurableMessageConsumer(JmsConsumerId id, JmsSession s, JmsDestination destination, String name, String selector) JmsSharedMessageConsumer(JmsConsumerId id, JmsSession s, JmsDestination destination, String name, String selector) protectedJmsTopicPublisher(JmsProducerId id, JmsSession session, JmsDestination destination) -
Uses of JmsSession in org.apache.qpid.jms.policy
Methods in org.apache.qpid.jms.policy with parameters of type JmsSessionModifier and TypeMethodDescriptionintJmsDefaultPrefetchPolicy.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.JmsDefaultMessageIDPolicy.getMessageIDBuilder(JmsSession session, JmsDestination destination) JmsMessageIDPolicy.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.