Habari Client for ActiveMQ  6.5
Object Pascal STOMP client library for Apache ActiveMQ
IMapMessage Interface Reference
Inheritance diagram for IMapMessage:
TBTMapMessage

Detailed Description

A MapMessage object is used to send a set of name-value pairs. The names are String objects, and the values are primitive data types. The names must have a value that is not an empty string. The entries can be accessed sequentially or randomly by name. The order of the entries is undefined. MapMessage inherits from the Message interface and adds a message body that contains a Map.