| Package | Description |
|---|---|
| javax.jms |
The Jakarta Messaging API provides a common way for Java programs to create, send, receive and read an enterprise messaging system's messages.
|
| org.apache.activemq.artemis.jms.client | |
| org.apache.activemq.artemis.jms.client.compatible1X |
| Modifier and Type | Method and Description |
|---|---|
TextMessage |
JMSContext.createTextMessage()
Creates a
TextMessage object. |
TextMessage |
Session.createTextMessage()
Creates a
TextMessage object. |
TextMessage |
JMSContext.createTextMessage(String text)
Creates an initialized
TextMessage object. |
TextMessage |
Session.createTextMessage(String text)
Creates an initialized
TextMessage object. |
| Modifier and Type | Class and Description |
|---|---|
class |
ActiveMQTextMessage
ActiveMQ Artemis implementation of a JMS TextMessage.
|
| Modifier and Type | Method and Description |
|---|---|
TextMessage |
ActiveMQJMSContext.createTextMessage() |
TextMessage |
ActiveMQSession.createTextMessage() |
TextMessage |
ActiveMQJMSContext.createTextMessage(String text) |
TextMessage |
ActiveMQSession.createTextMessage(String text) |
| Constructor and Description |
|---|
ActiveMQTextMessage(TextMessage foreign,
ClientSession session)
A copy constructor for non-ActiveMQ Artemis JMS TextMessages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActiveMQTextCompatibleMessage |
| Constructor and Description |
|---|
ActiveMQTextCompatibleMessage(TextMessage foreign,
ClientSession session) |
Copyright © 2025 JBoss by Red Hat. All rights reserved.