Uses of Interface
jakarta.jms.MapMessage
-
Packages that use MapMessage 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 MapMessage in jakarta.jms
Methods in jakarta.jms that return MapMessage Modifier and Type Method Description MapMessageJMSContext. createMapMessage()Creates aMapMessageobject.MapMessageSession. createMapMessage()Creates aMapMessageobject. -
Uses of MapMessage in org.apache.activemq.artemis.jms.client
Classes in org.apache.activemq.artemis.jms.client that implement MapMessage Modifier and Type Class Description classActiveMQMapMessageActiveMQ Artemis implementation of a JMS MapMessage.Methods in org.apache.activemq.artemis.jms.client that return MapMessage Modifier and Type Method Description MapMessageActiveMQJMSContext. createMapMessage()MapMessageActiveMQSession. createMapMessage()Constructors in org.apache.activemq.artemis.jms.client with parameters of type MapMessage Constructor Description ActiveMQMapMessage(MapMessage foreign, ClientSession session)Constructor for a foreign MapMessage -
Uses of MapMessage in org.apache.activemq.artemis.jms.client.compatible1X
Classes in org.apache.activemq.artemis.jms.client.compatible1X that implement MapMessage Modifier and Type Class Description classActiveMQMapCompatibleMessageConstructors in org.apache.activemq.artemis.jms.client.compatible1X with parameters of type MapMessage Constructor Description ActiveMQMapCompatibleMessage(MapMessage foreign, ClientSession session)
-