| 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.impl | |
| com.solacesystems.jms.impl |
| Modifier and Type | Method and Description |
|---|---|
Context |
JCSMPFactory.createContext(ContextProperties properties)
Creates a new
Context with the provided properties. |
Context |
JCSMPFactory.getDefaultContext()
Returns a reference to the default
Context. |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContextImpl |
| Modifier and Type | Method and Description |
|---|---|
Context |
ConnectionProperties.getContext() |
| Constructor and Description |
|---|
ConnectionProperties(JMSProperties properties,
Context context,
JCSMPSession session,
ExceptionListener exceptionListener) |
Copyright 2004-2020 Solace Corporation. All rights reserved.