public interface JmsMessageIDPolicy
| Modifier and Type | Method and Description |
|---|---|
JmsMessageIDPolicy |
copy()
Copy this policy into a newly allocated instance.
|
JmsMessageIDBuilder |
getMessageIDBuilder(JmsSession session,
JmsDestination destination)
Returns the JmsMessageIDBuilder that should be used with the producer being created.
|
JmsMessageIDPolicy copy()
JmsMessageIDBuilder getMessageIDBuilder(JmsSession session, JmsDestination destination)
session - the Session that own the MessageProducer being created.destination - the Destination that the consumer will be subscribed to.Copyright © 2013–2019 The Apache Software Foundation. All rights reserved.