| Class | Description |
|---|---|
| ActiveMQConfiguration |
ActiveMQ components configuration: jms connection factory and transaction manager.
|
| AmqProperties |
Properties for ActiveMQ Broker and queues.
|
| AmqProperties.QueueName |
Nested properties that contains names of required queues.
|
| AmqProperties.Redelivery |
Nested properties for ActiveMQ redelivery policy parameters.
|
| EventBrokerConfiguration |
Main configuration of Event Broker application.
|
| EventProcessingConfiguration |
Configuration defines components that are responsible for listen events and sending them to processing pipeline via
EventMessageProcessor interface. |
| EventTransportConfiguration |
Configuration that defines components for sending messages outbound the application.
|
| RetryPolicyConfiguration |
Configuration with components for send messages retry mechanism that organized as advice instance with specified retry
policy (
RetryTemplate). |
| SenderClientProperties |
Defines set of properties that would be used to configure
HttpClient instance for EventSender. |
| SenderRetryProperties |
Defines set of properties that would be used to configure
RetryTemplate instance for sending process retry
mechanism. |