sealed class JmsObjectMessagePassThrough[+PassThrough] extends JmsEnvelope[PassThrough]
Produces object messages 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
- JmsObjectMessagePassThrough
- JmsEnvelope
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val destination: Option[Destination]
- Definition Classes
- JmsObjectMessagePassThrough → 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
- JmsObjectMessagePassThrough → JmsEnvelope
- val passThrough: PassThrough
- Definition Classes
- JmsObjectMessagePassThrough → JmsEnvelope
- val properties: Map[String, Any]
- Definition Classes
- JmsObjectMessagePassThrough → JmsEnvelope
- val serializable: Serializable
- def to(destination: Destination): JmsObjectMessagePassThrough[PassThrough]
- def toQueue(name: String): JmsObjectMessagePassThrough[PassThrough]
- def toTopic(name: String): JmsObjectMessagePassThrough[PassThrough]
- def withHeader(jmsHeader: JmsHeader): JmsObjectMessagePassThrough[PassThrough]
Add a Jms header e.g.
Add a Jms header e.g. JMSType
- def withPassThrough[PassThrough2](passThrough: PassThrough2): JmsObjectMessagePassThrough[PassThrough2]
- def withProperties(props: Map[String, Any]): JmsObjectMessagePassThrough[PassThrough]
- def withProperty(name: String, value: Any): JmsObjectMessagePassThrough[PassThrough]
Add a property
- def withoutDestination: JmsObjectMessagePassThrough[PassThrough]