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 | Class and Description |
---|---|
class |
DurableTopicEndpoint
Identifier for Solace appliance durable Topic Endpoints.
|
Modifier and Type | Method and Description |
---|---|
TopicEndpoint |
JCSMPFactory.createDurableTopicEndpointEx(String name)
Creates a new
TopicEndpoint instance for name ,
representing a durable Topic Endpoint(DTE) in the API. |
TopicEndpoint |
JCSMPSession.createNonDurableTopicEndpoint()
Creates a non-durable Topic Endpoint.
|
TopicEndpoint |
JCSMPSession.createNonDurableTopicEndpoint(String name)
Creates a non-durable Topic Endpoint based on the given name.
|
Copyright 2004-2024 Solace Corporation. All rights reserved.