object JmsTextMessage

Produces text messages to JMS.

Source
JmsMessages.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JmsTextMessage
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(message: TextMessage): JmsTextMessage

    Create a text message from a jakarta.jms.TextMessage

  2. def apply[PassThrough](message: TextMessage, passThrough: PassThrough): JmsTextMessagePassThrough[PassThrough]

    Create a text message from a jakarta.jms.TextMessage with pass-through

  3. def apply(body: String): JmsTextMessage

    Create a text message

  4. def apply[PassThrough](body: String, passThrough: PassThrough): JmsTextMessagePassThrough[PassThrough]

    Create a text message with a pass-through attached

  5. def create(message: TextMessage): JmsTextMessage

    Java API: Create a text message from a jakarta.jms.TextMessage

  6. def create[PassThrough](message: TextMessage, passThrough: PassThrough): JmsTextMessagePassThrough[PassThrough]

    Java API: Create a text message from a jakarta.jms.TextMessage with pass-through

  7. def create(body: String): JmsTextMessage

    Java API: create a text message

  8. def create[PassThrough](body: String, passThrough: PassThrough): JmsTextMessagePassThrough[PassThrough]

    Java API: Create a text message with a pass-through attached