public interface JmsMessageIDBuilder
| Modifier and Type | Interface and Description |
|---|---|
static class |
JmsMessageIDBuilder.BUILTIN |
| Modifier and Type | Method and Description |
|---|---|
Object |
createMessageID(String producerId,
long messageSequence)
Create and return a new Message ID value.
|
default JmsMessageIDBuilder |
initialize(String producerId)
Provides an initialization point for Message ID builders in order for them
to be able to better optimize the creation of the ID values depending on the
implementation of the builder.
|
Object createMessageID(String producerId, long messageSequence)
producerId - The String ID value for the producer that is sending the message,messageSequence - The producer assigned sequence number for the outgoing message.default JmsMessageIDBuilder initialize(String producerId)
producerId - The unique Id of a producer object that will be using the builder.Copyright © 2013–2019 The Apache Software Foundation. All rights reserved.