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 |
Modifier and Type | Class and Description |
---|---|
class |
Queue
Identifier for Solace appliance Queue names.
|
class |
Topic
An identifier for Solace appliance topics and topic subscriptions.
|
Modifier and Type | Method and Description |
---|---|
Destination |
XMLMessage.getDestination()
Gets the destination this message was published to.
|
Destination |
FlowReceiver.getDestination()
Returns the
Destination to which messages should be
published to get routed to this flow's bound Endpoint . |
Destination |
JCSMPSendMultipleEntry.getDestination()
Gets the destination to send the message to.
|
Destination |
SDTMap.getDestination(String key)
Returns the Destination value mapped to the specified case-sensitive key.
|
Destination |
XMLMessage.getReplyTo()
Gets the replyTo destination
|
abstract Destination |
DestinationUtils.queueFromEncodedName(String name)
Deprecated.
|
abstract Destination |
DestinationUtils.queueFromNetworkName(String name)
Creates an (optionally temporary)
Queue from the supplied name. |
Destination |
SDTStream.readDestination()
Reads a Destination from a Stream.
|
abstract Destination |
DestinationUtils.topicFromEncodedName(String name)
Deprecated.
|
abstract Destination |
DestinationUtils.topicFromNetworkName(String name)
Creates an (optionally temporary)
Topic from the supplied name. |
Modifier and Type | Method and Description |
---|---|
JCSMPSendMultipleEntry |
JCSMPFactory.createSendMultipleEntry(XMLMessage message,
Destination destination)
Creates a
JCSMPSendMultipleEntry from a provided message and
destination. |
abstract String |
DestinationUtils.getEncodedName(Destination destination)
Deprecated.
|
abstract String |
DestinationUtils.getNetworkName(Destination destination)
|
void |
SDTMap.putDestination(String key,
Destination value)
Associates the specified case-sensitive key with the value in the map.
|
BytesXMLMessage |
Requestor.request(XMLMessage request,
long timeoutMillis,
Destination sendDestination)
Performs a request to the specified destination.
|
void |
XMLMessageProducer.send(XMLMessage message,
Destination destination)
Sends a message to a destination, such as a Queue or Topic.
|
JCSMPSendMultipleEntry |
JCSMPSendMultipleEntry.setDestination(Destination pubdest)
Sets the destination to send the message to.
|
void |
XMLMessage.setReplyTo(Destination destination)
Sets the replyTo destination for the message.
|
void |
SDTStream.writeDestination(Destination value)
Writes a Destination to a stream.
|
Modifier and Type | Class and Description |
---|---|
class |
com.solacesystems.jcsmp.impl.AbstractDestination
|
Copyright 2004-2024 Solace Corporation. All rights reserved.