Java CAPS JMS Reference

storeMapMessage(arg0, arg1)

Description

Writes the name and value of a map message to the map message object, where arg0 specifies the name and arg1 specifies the value of the map message.

Parameters

Name 

Type 

Description 

arg0

java.lang.String

The name of the map message. 

arg1

java.lang.Object

The value of the map message. 

Return Value

None.

Exceptions

None.