| 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.transaction |
| Modifier and Type | Method and Description |
|---|---|
ProducerFlowProperties |
ProducerFlowProperties.setAckEventMode(String ackEventMode)
If this property is set to
SUPPORTED_ACK_EVENT_MODE_PER_MSG, the message
acknowledgement event acknowledges a single published Guaranteed message; if this
property is set to SUPPORTED_ACK_EVENT_MODE_WINDOWED, the message acknowledgement
event acknowledges a range of published Guaranteed messages. |
ProducerFlowProperties |
ProducerFlowProperties.setWindowSize(int windowSize)
The size of the sliding publisher window for Guaranteed messages.
|
| Constructor and Description |
|---|
ProducerFlowProperties(ProducerFlowProperties tocopy)
ProducerFlowProperties copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
XMLMessageProducer |
TransactedSession.createProducer(ProducerFlowProperties fprop,
JCSMPStreamingPublishEventHandler callback)
Creates a producer flow within this
TransactedSession and
associates it to this session. |
XMLMessageProducer |
TransactedSession.createProducer(ProducerFlowProperties fprop,
JCSMPStreamingPublishEventHandler streamCallback,
JCSMPProducerEventHandler eventCallback)
Creates a producer flow within this
TransactedSession and
associates it to this session. |
Copyright 2004-2018 Solace Corporation. All rights reserved.