| Class | Description |
|---|---|
| AbstractJMSMessageListener<T> |
Abstract base for message driven beans that receives a
ObjectMessage from a queue, validates its type, cast it to a generic type T and pass for processing to abstract method AbstractJMSMessageListener.onMessage(Object) |
| AbstractJMSMessageProducer |
Simplifies sending of messages to a destination
|
| MessageHolderWithTokensConsumer |
Consumes
MessageHolderWithTokens from queue and pass them as a CDI event for further processing. |
| MessageHolderWithTokensProducer |
Receives CDI event with
MessageHolderWithTokens payload and dispatches this payload to JMS queue selected by a type of the variant specified in payload. |
| MessageHolderWithVariantsConsumer |
Consumes
MessageHolderWithVariants from queue and pass them as a CDI event for further processing. |
| MessageHolderWithVariantsProducer |
Receives CDI event with
MessageHolderWithVariants payload and dispatches this payload to JMS queue selected by a type of the variant specified in payload. |
| Annotation Type | Description |
|---|---|
| Dequeue |
Denotes an event with message that is pulled from JMS queue for further processing
|
| DispatchToQueue |
Denotes an event with message that will be dispatched to JMS queue
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.