| 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.
|
| com.solacesystems.jcsmp.secure | |
| com.solacesystems.jcsmpx.impl |
| Modifier and Type | Method and Description |
|---|---|
JCSMPDestinationSession |
JCSMPFactory.createDestinationSession(JCSMPProperties properties)
Acquires a
JCSMPDestinationSession implementation for the specified properties. |
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. |
JCSMPSession |
JCSMPFactory.createSession(JCSMPProperties properties,
Context context,
SessionEventHandler eventHandler,
boolean allowSharedClientId)
An internal method used by JMS API
|
Destination |
JCSMPFactory.createTopicDestination(String topicName)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SecureProperties.initCertPathParameters() |
void |
SecureProperties.loadKeyStore() |
void |
SecureProperties.loadTrustStore() |
| Constructor and Description |
|---|
SecureProperties(JCSMPProperties props) |
| Modifier and Type | Method and Description |
|---|---|
static Destination |
DestinationUtils.createTopicDestination(String name) |
Copyright 2004-2019 Solace Corporation. All rights reserved.