Uses of Package
org.apache.qpid.jms.policy
-
Packages that use org.apache.qpid.jms.policy Package Description org.apache.qpid.jms The core AMQP JMS client implementation classes.org.apache.qpid.jms.meta org.apache.qpid.jms.policy org.apache.qpid.jms.provider.amqp.message -
Classes in org.apache.qpid.jms.policy used by org.apache.qpid.jms Class Description JmsDeserializationPolicy Defines the interface for a policy object that controls what types of message content are permissible when the body of an incoming ObjectMessage is being deserialized.JmsMessageIDPolicy Interface for a policy that controls what kind of MessageID type is used for Messages sent to a specific destination.JmsPrefetchPolicy Interface for all Prefetch Policy implementations.JmsPresettlePolicy Interface for building policy objects that control when a MessageProducer or MessageConsumer instance will operate in presettled mode.JmsRedeliveryPolicy Interface for a Redelivery Policy object used to determine how many times a Message can be redelivered by the client before being dropped. -
Classes in org.apache.qpid.jms.policy used by org.apache.qpid.jms.meta Class Description JmsDeserializationPolicy Defines the interface for a policy object that controls what types of message content are permissible when the body of an incoming ObjectMessage is being deserialized.JmsMessageIDPolicy Interface for a policy that controls what kind of MessageID type is used for Messages sent to a specific destination.JmsPrefetchPolicy Interface for all Prefetch Policy implementations.JmsPresettlePolicy Interface for building policy objects that control when a MessageProducer or MessageConsumer instance will operate in presettled mode.JmsRedeliveryPolicy Interface for a Redelivery Policy object used to determine how many times a Message can be redelivered by the client before being dropped. -
Classes in org.apache.qpid.jms.policy used by org.apache.qpid.jms.policy Class Description JmsDefaultDeserializationPolicy Default implementation of the deserialization policy that can read allow and deny lists of classes/packages from the environment, and be updated by the connection uri options.JmsDefaultMessageIDPolicy The default MessageID policy used for all MessageProducers created from the client's connection factory.JmsDefaultPrefetchPolicy Defines the prefetch message policies for different types of consumersJmsDefaultPresettlePolicy Policy object that allows for configuration of options that affect when a JMS MessageProducer will result in AMQP presettled message sends.JmsDefaultRedeliveryPolicy Defines the policy used to manage redelivered and recovered Messages.JmsDeserializationPolicy Defines the interface for a policy object that controls what types of message content are permissible when the body of an incoming ObjectMessage is being deserialized.JmsMessageIDPolicy Interface for a policy that controls what kind of MessageID type is used for Messages sent to a specific destination.JmsPrefetchPolicy Interface for all Prefetch Policy implementations.JmsPresettlePolicy Interface for building policy objects that control when a MessageProducer or MessageConsumer instance will operate in presettled mode.JmsRedeliveryPolicy Interface for a Redelivery Policy object used to determine how many times a Message can be redelivered by the client before being dropped. -
Classes in org.apache.qpid.jms.policy used by org.apache.qpid.jms.provider.amqp.message Class Description JmsDeserializationPolicy Defines the interface for a policy object that controls what types of message content are permissible when the body of an incoming ObjectMessage is being deserialized.