| Class | Description |
|---|---|
| AbstractMessage |
Base implementation for a JMS message
|
| BytesMessageImpl |
Implementation of a
BytesMessage |
| EmptyMessageImpl |
Implementation of an empty
Message (message without body) |
| MapMessageImpl |
Implementation of a
MapMessage |
| MessageConvertTools |
Supported conversions (from the JMS 1.1 StreamMessage spec.)
(A value written as the row type can be read as the column type)
| | boolean byte short char int long float double String byte[]
|----------------------------------------------------------------------
|boolean | X X
|byte | X X X X X
|short | X X X X
|char | X X
|int | X X X
|long | X X
|float | X X X
|double | X X
|String | X X X X X X X X
|byte[] | X
|----------------------------------------------------------------------
|
| MessageSelector |
Object implementation of a JMS message selector
|
| MessageSerializer |
Utility functions to serialize/de-serialize a JMS message
in/from a raw data stream.
|
| MessageTools |
Utility functions to copy and normalize JMS messages.
|
| MessageType |
FFMQ constants for a message type
|
| ObjectMessageImpl |
Implementation of an
ObjectMessage |
| StreamMessageImpl |
Implementation of a
StreamMessage |
| TextMessageImpl |
Implementation of a
TextMessage |
Copyright © 2021. All rights reserved.