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.
|
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.Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.