| Class and Description |
|---|
| Dequeue
Denotes an event with message that is pulled from JMS queue for further processing
|
| Class and Description |
|---|
| AbstractJMSMessageListener
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
|
| DispatchToQueue
Denotes an event with message that will be dispatched to JMS queue
|
| Class and Description |
|---|
| Dequeue
Denotes an event with message that is pulled from JMS queue for further processing
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.