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.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-2024 Solace Corporation. All rights reserved.