| Class | Description |
|---|---|
| AbstractJMSMessageConsumer |
Allows its implementations to simply receive messages from JMS queues in non-blocking way
|
| 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
|
| CdiJmsBridge |
A CDI-to-JMS bridge takes some selected CDI events and passes them to JMS messaging system so that they can be handled asynchronously.
|
| 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. |
| VariantMetricInformationConsumer |
Consumes
VariantMetricInformation from queue and pass them as a CDI event for further processing. |
| VariantMetricInformationProducer |
Receives CDI event with
VariantMetricInformation payload and dispatches this payload to JMS queue. |
| 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 © 2015 JBoss by Red Hat. All Rights Reserved.