See: Description
Package | Description |
---|---|
com.solacesystems.solclientj.core |
Entry point into the Solace Java RTO Messaging API (
Solclient ). |
com.solacesystems.solclientj.core.event |
Messaging API Event and Callback Interfaces
|
com.solacesystems.solclientj.core.handle |
Handles for wrapping the various concepts managed in the messaging API.
|
com.solacesystems.solclientj.core.resource |
Interface definitions for key messaging objects.
|
The Java RTO Messaging API (also referred to as solclientj) is specifically designed to provide high message throughput and low latency with the lowest CPU utilization possible. The API is a Java interface, via JNI, to the Solace Messaging API for 'C'. Many of the concepts will be familiar to developers that have worked with the C-API:
SessionHandle
).
MessageHandle
).
SessionHandle.subscribe()
).
FlowHandle
),
which are
constructed within a Session. Guaranteed Messaging is only available to clients when a Solace messaging appliance
is used that has an Assured Delivery Blade (ADB) installed and Guaranteed Messaging and message
spooling enabled.
All applications that use the Java RTO Messaging API will use the same basic structure for connecting to the Solace Messaging appliance:
SolClient.init()
)
ContextHandle
)
SessionHandle
)
MessageHandle
)
SessionHandle.subscribe()
)
FlowHandle
)
Copyright 2004-2024 Solace Corporation. All rights reserved.