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 | Method and Description |
---|---|
ReplicationGroupMessageId |
JCSMPFactory.createReplicationGroupMessageId(String id)
Create a replication group message ID based message replay start location.
|
JCSMPSession |
JCSMPFactory.createSession(JCSMPProperties properties)
Acquires a
JCSMPSession implementation for the specified
properties in the default Context . |
JCSMPSession |
JCSMPFactory.createSession(JCSMPProperties properties,
Context context)
Acquires a
JCSMPSession and associates it to the given
Context . |
JCSMPSession |
JCSMPFactory.createSession(JCSMPProperties properties,
Context context,
SessionEventHandler eventHandler)
Acquires a
JCSMPSession and associates it to the given
Context . |
void |
JCSMPGlobalProperties.setContentBufferSizeDefault(int sz)
Set content buffer size default (the default is 4096).
|
Copyright 2004-2024 Solace Corporation. All rights reserved.