Uses of Interface
jakarta.jms.ObjectMessage
-
Packages that use ObjectMessage Package Description jakarta.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 -
-
Uses of ObjectMessage in jakarta.jms
Methods in jakarta.jms that return ObjectMessage Modifier and Type Method Description ObjectMessageJMSContext. createObjectMessage()Creates anObjectMessageobject.ObjectMessageJMSContext. createObjectMessage(Serializable object)Creates an initializedObjectMessageobject.ObjectMessageSession. createObjectMessage()Creates anObjectMessageobject.ObjectMessageSession. createObjectMessage(Serializable object)Creates an initializedObjectMessageobject. -
Uses of ObjectMessage in org.apache.activemq.artemis.jms.client
Classes in org.apache.activemq.artemis.jms.client that implement ObjectMessage Modifier and Type Class Description classActiveMQObjectMessageActiveMQ Artemis implementation of a JMS ObjectMessage.Methods in org.apache.activemq.artemis.jms.client that return ObjectMessage Modifier and Type Method Description ObjectMessageActiveMQJMSContext. createObjectMessage()ObjectMessageActiveMQJMSContext. createObjectMessage(Serializable object)ObjectMessageActiveMQSession. createObjectMessage()ObjectMessageActiveMQSession. createObjectMessage(Serializable object)Constructors in org.apache.activemq.artemis.jms.client with parameters of type ObjectMessage Constructor Description ActiveMQObjectMessage(ObjectMessage foreign, ClientSession session, ConnectionFactoryOptions options)A copy constructor for foreign JMS ObjectMessages. -
Uses of ObjectMessage in org.apache.activemq.artemis.jms.client.compatible1X
Classes in org.apache.activemq.artemis.jms.client.compatible1X that implement ObjectMessage Modifier and Type Class Description classActiveMQObjectCompatibleMessageConstructors in org.apache.activemq.artemis.jms.client.compatible1X with parameters of type ObjectMessage Constructor Description ActiveMQObjectCompatibleMessage(ObjectMessage foreign, ClientSession session, ConnectionFactoryOptions options)
-