| Interface | 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.
|
| Class | Description |
|---|---|
| JmsDefaultDeserializationPolicy |
Default implementation of the deserialization policy that can read white and black list 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 consumers
|
| JmsDefaultPresettlePolicy |
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.
|
Copyright © 2013–2019 The Apache Software Foundation. All rights reserved.