WebLogic Messaging API Class Library

ISession. Method 

Creates a IMapMessage object. A IMapMessage object is used to send a self-defining set of name-value pairs, where names are String objects and values are primitive values in the Java programming language.

IMapMessage ();

Return Value

A IMapMessage object

Exceptions

Exception Type Condition
MessageException if the JMS provider fails to create this message due to some internal error.

See Also

ISession Interface | WebLogic.Messaging Namespace