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 |
---|---|
MapMessage |
Session.createMapMessage()
Creates a
MapMessage object. |
Modifier and Type | Class and Description |
---|---|
class |
HornetQMapMessage
HornetQ implementation of a JMS MapMessage.
|
Modifier and Type | Method and Description |
---|---|
MapMessage |
HornetQSession.createMapMessage() |
Constructor and Description |
---|
HornetQMapMessage(MapMessage foreign,
ClientSession session)
Constructor for a foreign MapMessage
|
Modifier and Type | Class and Description |
---|---|
class |
JmsMapMessage
A wrapper for a message
|
Modifier and Type | Method and Description |
---|---|
MapMessage |
JmsSession.createMapMessage() |
Constructor and Description |
---|
JmsMapMessage(MapMessage message,
JmsSession session)
Create a new wrapper
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.