Package | Description |
---|---|
javax.jms |
JMS 1.1 API.
|
org.hornetq.jms.client |
Implementation of the JMS API.
|
org.jboss.resource.adapter.jms |
Modifier and Type | Method and Description |
---|---|
BytesMessage |
Session.createBytesMessage()
Creates a
BytesMessage object. |
Modifier and Type | Class and Description |
---|---|
class |
HornetQBytesMessage
HornetQ implementation of a JMS BytesMessage.
|
Modifier and Type | Method and Description |
---|---|
BytesMessage |
HornetQSession.createBytesMessage() |
Constructor and Description |
---|
HornetQBytesMessage(BytesMessage foreign,
ClientSession session) |
Modifier and Type | Class and Description |
---|---|
class |
JmsBytesMessage
A wrapper for a message
|
Modifier and Type | Method and Description |
---|---|
BytesMessage |
JmsSession.createBytesMessage() |
Constructor and Description |
---|
JmsBytesMessage(BytesMessage message,
JmsSession session)
Create a new wrapper
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.