JmsMessage

sealed class JmsMessage

Inheritors

Types

Link copied to clipboard
class Bytes(value: ByteArray, val correlationId: String? = null, val replyTo: JmsDestination? = null, val deliveryMode: DeliveryMode = DeliveryMode.PERSISTENT, val properties: Map<String, JmsPrimitive<*>> = emptyMap()) : JmsMessage
Link copied to clipboard
class Map(value: Map<String, JmsPrimitive<*>>, val correlationId: String? = null, val replyTo: JmsDestination? = null, val deliveryMode: DeliveryMode = DeliveryMode.PERSISTENT, val properties: Map<String, JmsPrimitive<*>> = emptyMap()) : JmsMessage
Link copied to clipboard
class Object(value: Serializable, val correlationId: String? = null, val replyTo: JmsDestination? = null, val deliveryMode: DeliveryMode = DeliveryMode.PERSISTENT, val properties: Map<String, JmsPrimitive<*>> = emptyMap()) : JmsMessage
Link copied to clipboard
class Text(value: String, val correlationId: String? = null, val replyTo: JmsDestination? = null, val deliveryMode: DeliveryMode = DeliveryMode.PERSISTENT, val properties: Map<String, JmsPrimitive<*>> = emptyMap()) : JmsMessage

Properties

Link copied to clipboard
val correlationId: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val replyTo: JmsDestination? = null