Package | Description |
---|---|
javax.jms |
The Java Message Service (JMS) 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 |
Modifier and Type | Method and Description |
---|---|
BytesMessage |
Session.createBytesMessage()
Creates a
BytesMessage object. |
BytesMessage |
JMSContext.createBytesMessage()
Creates a
BytesMessage object. |
Modifier and Type | Class and Description |
---|---|
class |
ActiveMQBytesMessage
ActiveMQ Artemis implementation of a JMS
BytesMessage . |
Modifier and Type | Method and Description |
---|---|
BytesMessage |
ActiveMQSession.createBytesMessage() |
BytesMessage |
ActiveMQJMSContext.createBytesMessage() |
Constructor and Description |
---|
ActiveMQBytesMessage(BytesMessage foreign,
ClientSession session)
Foreign message constructor
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.