Package | Description |
---|---|
com.solacesystems.jcsmp |
The Solace Messaging API for Java (also referred to as JCSMP) is a 100% pure Java implementation that provides an object-oriented API for delivering high message throughput.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ReplayStartLocationDate
JCSMPReplayStartLocationDate specifies a date and time based message replay start location. |
interface |
ReplicationGroupMessageId
ReplicationGroupMessageId specifies a Replication Group Message ID as a replay start location. |
Modifier and Type | Method and Description |
---|---|
ReplayStartLocation |
JCSMPFactory.createReplayStartLocationBeginning()
Create a message replay start location to start replay from the oldest message available in the replay log.
|
ReplayStartLocation |
ConsumerFlowProperties.getReplayStartLocation()
Gets the message replay start location, or null if it is not set.
|
Modifier and Type | Method and Description |
---|---|
ConsumerFlowProperties |
ConsumerFlowProperties.setReplayStartLocation(ReplayStartLocation startLocation)
This property specifies a message replay start location.
|
Copyright 2004-2024 Solace Corporation. All rights reserved.