| 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 | Method and Description |
|---|---|
JCSMPSendMultipleEntry |
JCSMPFactory.createSendMultipleEntry(XMLMessage message,
Destination destination)
Creates a
JCSMPSendMultipleEntry from a provided message and
destination. |
JCSMPSendMultipleEntry |
JCSMPSendMultipleEntry.setDestination(Destination pubdest)
Sets the destination to send the message to.
|
JCSMPSendMultipleEntry |
JCSMPSendMultipleEntry.setMessage(XMLMessage message)
Sets the message to send.
|
| Modifier and Type | Method and Description |
|---|---|
int |
XMLMessageProducer.sendMultiple(JCSMPSendMultipleEntry[] entries,
int offset,
int length,
int sendFlags)
Sends a batch of messages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SendMultipleEntry |
| Modifier and Type | Method and Description |
|---|---|
JCSMPSendMultipleEntry |
SendMultipleEntry.setDestination(Destination pubdest) |
JCSMPSendMultipleEntry |
SendMultipleEntry.setMessage(XMLMessage message) |
| Modifier and Type | Method and Description |
|---|---|
int |
JCSMPXMLMessageProducer.sendMultiple(JCSMPSendMultipleEntry[] entries,
int offset,
int length,
int sendFlags) |
Copyright 2004-2021 Solace Corporation. All rights reserved.