| 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 |
The Solace Java Message Service (JMS) implementation and samples.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Constructor and Description |
|---|
JCSMPBasicSession(JCSMPProperties properties,
SecureProperties secureProps,
ContextImpl parentCtx,
SessionEventHandler eventHandler) |
JCSMPBasicSession(JCSMPProperties properties,
SecureProperties secureProps,
ContextImpl parentCtx,
SessionEventHandler eventHandler,
boolean allowSharedClientId) |
| Modifier and Type | Class and Description |
|---|---|
class |
SolConnection |
class |
SolQueueConnection |
class |
SolTopicConnection |
class |
SolXAConnection |
class |
SolXAQueueConnection |
class |
SolXATopicConnection |
Copyright 2004-2021 Solace Corporation. All rights reserved.