Package | Description |
---|---|
com.solace.messaging.publisher |
A package that contains interfaces and classes to handle publishing messages.
|
Modifier and Type | Method and Description |
---|---|
void |
PersistentMessagePublisher.publishAwaitAcknowledgement(OutboundMessage message,
Topic destination,
long timeout)
Sends a persistent message, blocking until delivery acknowledgement is received or timeout
occurs.
|
void |
PersistentMessagePublisher.publishAwaitAcknowledgement(OutboundMessage message,
Topic destination,
long timeout,
Properties additionalMessageProperties)
Sends a persistent message, blocking until delivery acknowledgement is received or timeout
occurs
|
Copyright 2019-2024 Solace Corporation. All rights reserved.