sealed class JmsByteMessagePassThrough[+PassThrough] extends JmsEnvelope[PassThrough] with JmsEnvelopeWithProperties[PassThrough]
Produces byte arrays to JMS, supports pass-through data.
- PassThrough
the type of data passed through the
flexiFlow
- Source
- JmsMessages.scala
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- JmsByteMessagePassThrough
- JmsEnvelopeWithProperties
- JmsEnvelope
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val bytes: Array[Byte]
- val destination: Option[Destination]
- Definition Classes
- JmsByteMessagePassThrough → JmsEnvelope
- def getDestination: Optional[Destination]
Java API.
Java API.
- Definition Classes
- JmsEnvelope
- def getHeaders: Collection[JmsHeader]
Java API.
Java API.
- Definition Classes
- JmsEnvelope
- def getPassThrough: PassThrough
Java API
Java API
- Definition Classes
- JmsEnvelope
- def getProperties: Map[String, Any]
Java API.
Java API.
- Definition Classes
- JmsEnvelope
- val headers: Set[JmsHeader]
- Definition Classes
- JmsByteMessagePassThrough → JmsEnvelope
- val passThrough: PassThrough
- Definition Classes
- JmsByteMessagePassThrough → JmsEnvelope
- val properties: Map[String, Any]
- Definition Classes
- JmsByteMessagePassThrough → JmsEnvelope
- def to(destination: Destination): JmsByteMessagePassThrough[PassThrough]
- def toQueue(name: String): JmsByteMessagePassThrough[PassThrough]
- def toTopic(name: String): JmsByteMessagePassThrough[PassThrough]
- def withHeader(jmsHeader: JmsHeader): JmsByteMessagePassThrough[PassThrough]
Add a Jms header e.g.
Add a Jms header e.g. JMSType
- def withPassThrough[PassThrough2](passThrough: PassThrough2): JmsByteMessagePassThrough[PassThrough2]
- def withProperties(map: Map[String, AnyRef]): JmsByteMessagePassThrough[PassThrough]
Java API.
Java API.
- Definition Classes
- JmsByteMessagePassThrough → JmsEnvelopeWithProperties
- def withProperties(props: Map[String, Any]): JmsByteMessagePassThrough[PassThrough]
- Definition Classes
- JmsByteMessagePassThrough → JmsEnvelopeWithProperties
- def withProperty(name: String, value: Any): JmsByteMessagePassThrough[PassThrough]
Add a property
Add a property
- Definition Classes
- JmsByteMessagePassThrough → JmsEnvelopeWithProperties
- def withoutDestination: JmsByteMessagePassThrough[PassThrough]