Habari Client for Artemis 6.12
Object Pascal STOMP client library for ActiveMQ Artemis
IMapMessage Interface Reference

A MapMessage object is used to send a set of name-value pairs. More...

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.