object JmsTextMessage
Ordering
- Alphabetic
- By Inheritance
Inherited
- JmsTextMessage
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply(message: TextMessage): JmsTextMessage
Create a text message from a jakarta.jms.TextMessage
- def apply[PassThrough](message: TextMessage, passThrough: PassThrough): JmsTextMessagePassThrough[PassThrough]
Create a text message from a jakarta.jms.TextMessage with pass-through
- def apply(body: String): JmsTextMessage
Create a text message
- def apply[PassThrough](body: String, passThrough: PassThrough): JmsTextMessagePassThrough[PassThrough]
Create a text message with a pass-through attached
- def create(message: TextMessage): JmsTextMessage
Java API: Create a text message from a jakarta.jms.TextMessage
- def create[PassThrough](message: TextMessage, passThrough: PassThrough): JmsTextMessagePassThrough[PassThrough]
Java API: Create a text message from a jakarta.jms.TextMessage with pass-through
- def create(body: String): JmsTextMessage
Java API: create a text message
- def create[PassThrough](body: String, passThrough: PassThrough): JmsTextMessagePassThrough[PassThrough]
Java API: Create a text message with a pass-through attached