Uses of Interface
jakarta.jms.BytesMessage
-
Packages that use BytesMessage 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 BytesMessage in jakarta.jms
Methods in jakarta.jms that return BytesMessage Modifier and Type Method Description BytesMessageJMSContext. createBytesMessage()Creates aBytesMessageobject.BytesMessageSession. createBytesMessage()Creates aBytesMessageobject. -
Uses of BytesMessage in org.apache.activemq.artemis.jms.client
Classes in org.apache.activemq.artemis.jms.client that implement BytesMessage Modifier and Type Class Description classActiveMQBytesMessageActiveMQ Artemis implementation of a JMSBytesMessage.Methods in org.apache.activemq.artemis.jms.client that return BytesMessage Modifier and Type Method Description BytesMessageActiveMQJMSContext. createBytesMessage()BytesMessageActiveMQSession. createBytesMessage()Constructors in org.apache.activemq.artemis.jms.client with parameters of type BytesMessage Constructor Description ActiveMQBytesMessage(BytesMessage foreign, ClientSession session)Foreign message constructor -
Uses of BytesMessage in org.apache.activemq.artemis.jms.client.compatible1X
Classes in org.apache.activemq.artemis.jms.client.compatible1X that implement BytesMessage Modifier and Type Class Description classActiveMQBytesCompatibleMessageConstructors in org.apache.activemq.artemis.jms.client.compatible1X with parameters of type BytesMessage Constructor Description ActiveMQBytesCompatibleMessage(BytesMessage foreign, ClientSession session)
-