| Interface | Description |
|---|---|
| Message<T> |
Represents a reliable message received by a member to be processed and acknowledged.
|
| MessageClient |
Provides an interface for producing messages to a group or a member of a group.
|
| MessageConsumer<T> |
Consumes messages from a named message queue.
|
| MessageProducer<T> |
Produces messages to a remote
MessageService queue. |
| MessageService |
Provides an interface for consuming messages sent either directly or indirectly to a group member.
|
| Class | Description |
|---|---|
| MessageConsumer.Options |
Message consumer options.
|
| MessageProducer.Options |
Message producer options.
|
| Enum | Description |
|---|---|
| MessageProducer.Delivery |
Delivery policy for defining how messages are delivered to consumers, particularly when producing messages to
a group.
|
| MessageProducer.Execution |
Execution policy for defining the criteria for completion of a message produced by a producer.
|
| Exception | Description |
|---|---|
| MessageFailedException |
Copyright © 2013–2017. All rights reserved.