Package | Description |
---|---|
com.solacesystems.solclientj.core |
Entry point into the Solace Java RTO Messaging API (
Solclient ). |
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.
|
Modifier and Type | Method and Description |
---|---|
static int |
Solclient.createNativeDestinationForHandle(NativeDestinationHandle in_out_NativeDestinationHandle,
Destination destination)
Allocates a NativeDestination resource for the given Destination and
binds it to an unbound
NativeDestinationHandle . |
Modifier and Type | Interface and Description |
---|---|
interface |
NativeDestinationHandle
The NativeDestinationHandle interface allows applications to create
Destinations in the Native API.
|
Modifier and Type | Method and Description |
---|---|
Destination |
FlowHandle.getDestination()
Returns the
Destination to which messages should be published to get to
this flow's bound Endpoint. |
Destination |
MessageHandle.getDestination()
Get the
Destination field (queue or topic), which is the
destination this message was published to. |
Destination |
MessageHandle.getReplyTo() |
Modifier and Type | Method and Description |
---|---|
void |
MessageHandle.setDestination(Destination destination)
|
void |
MessageHandle.setReplyTo(Destination destination)
* Performance Tip: If your application is setting the
ReplyTo address on many messages to the same destination or set of
destinations consider using
NativeDestinationHandle to create a
set of NativeDestination objects that can be re-used. |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableTopic
Objects with the MutableTopic Interface represent a mutable solace topic.
|
interface |
Queue
Objects with the
Queue interface can represent a guaranteed delivery queue on
the solace appliance, either as a target (Destination ) or as a Endpoint for
a consumer flow (FlowHandle ). |
interface |
Topic
Objects with the Topic Interface represent a solace topic.
|
Copyright 2004-2024 Solace Corporation. All rights reserved.