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 |
---|---|
ObjectMessage |
JMSContext.createObjectMessage()
Creates an
ObjectMessage object. |
ObjectMessage |
Session.createObjectMessage()
Creates an
ObjectMessage object. |
ObjectMessage |
JMSContext.createObjectMessage(Serializable object)
Creates an initialized
ObjectMessage object. |
ObjectMessage |
Session.createObjectMessage(Serializable object)
Creates an initialized
ObjectMessage object. |
Modifier and Type | Class and Description |
---|---|
class |
ActiveMQObjectMessage
ActiveMQ Artemis implementation of a JMS ObjectMessage.
|
Modifier and Type | Method and Description |
---|---|
ObjectMessage |
ActiveMQJMSContext.createObjectMessage() |
ObjectMessage |
ActiveMQSession.createObjectMessage() |
ObjectMessage |
ActiveMQJMSContext.createObjectMessage(Serializable object) |
ObjectMessage |
ActiveMQSession.createObjectMessage(Serializable object) |
Constructor and Description |
---|
ActiveMQObjectMessage(ObjectMessage foreign,
ClientSession session,
ConnectionFactoryOptions options)
A copy constructor for foreign JMS ObjectMessages.
|
Modifier and Type | Class and Description |
---|---|
class |
ActiveMQObjectCompatibleMessage |
Constructor and Description |
---|
ActiveMQObjectCompatibleMessage(ObjectMessage foreign,
ClientSession session,
ConnectionFactoryOptions options) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.