Package | Description |
---|---|
com.solace.messaging.receiver |
A package that contains interfaces and classes to handle receiving messages.
|
Modifier and Type | Method and Description |
---|---|
InboundMessage |
PersistentMessageReceiver.receiveMessage()
Blocking request to receive a next message.
|
InboundMessage |
MessageQueueBrowser.receiveMessage()
Blocking request to receive a next message from a message browser without removing them from a
persistent store of Queue Endpoints.
|
InboundMessage |
DirectMessageReceiver.receiveMessage()
Receive the next message.
|
InboundMessage |
PersistentMessageReceiver.receiveMessage(long timeOut)
Temporarily blocking request to receive a next message;
|
InboundMessage |
MessageQueueBrowser.receiveMessage(long timeOut)
Blocking request to receive a next message from a message browser without removing them from a
persistent store of Queue Endpoints.
|
InboundMessage |
DirectMessageReceiver.receiveMessage(long timeOut)
Receive the next message.
|
Copyright 2019-2024 Solace Corporation. All rights reserved.