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 | Interface and Description |
---|---|
interface |
BytesMessage
BytesMessage is used to send a message containing a stream
of uninterpreted bytes. |
interface |
BytesXMLMessage
BytesXMLMessage describes a message that is sent or received. |
interface |
CacheEventMessage
An event that signals the termination of a cache request.
|
interface |
EventMessage
Base Interface for Event Messages sent through the datapath.
|
interface |
MapMessage
MapMessage is used to send a message containing a SDTMap. |
interface |
Message
Message describes a message that is sent or received. |
interface |
StreamMessage
StreamMessage is used to send a message containing an SDTStream. |
interface |
StreamXMLMessage
Deprecated.
Use of message types other than
BytesXMLMessage is
deprecated. |
interface |
TextMessage
TextMessage is used to send a message containing text. |
interface |
TextXMLMessage
Deprecated.
Use of message types other than
BytesXMLMessage is
deprecated. |
interface |
XMLContentMessage
XMLContentMessage is used to send a message containing XML data. |
Modifier and Type | Method and Description |
---|---|
<M extends XMLMessage> |
JCSMPFactory.createMessage(Class<M> clazz)
Creates a session-independent message of type
M that may be
reused and published multiple times. |
Modifier and Type | Method and Description |
---|---|
XMLMessage |
JCSMPSendMultipleEntry.getMessage()
Gets the message to send.
|
Modifier and Type | Method and Description |
---|---|
JCSMPSendMultipleEntry |
JCSMPFactory.createSendMultipleEntry(XMLMessage message,
Destination destination)
Creates a
JCSMPSendMultipleEntry from a provided message and
destination. |
BytesXMLMessage |
Requestor.request(XMLMessage request,
long timeoutMillis,
Destination sendDestination)
Performs a request to the specified destination.
|
void |
XMLMessageProducer.send(XMLMessage message)
Deprecated.
|
void |
XMLMessageProducer.send(XMLMessage message,
Destination destination)
Sends a message to a destination, such as a Queue or Topic.
|
void |
XMLMessageProducer.sendReply(XMLMessage requestMessage,
XMLMessage replyMessage)
Convenience function for sending a reply message.
|
JCSMPSendMultipleEntry |
JCSMPSendMultipleEntry.setMessage(XMLMessage message)
Sets the message to send.
|
Copyright 2004-2024 Solace Corporation. All rights reserved.