WebLogic Messaging API Class Library

IMapMessage.ItemExists\xA0Method\xA0

Indicates whether an item exists in this IMapMessage object.

bool\xA0ItemExists(
\xA0\xA0\xA0String\xA0name
);

Parameters

String
the name of the item to test

Return Value

true if the item exists

Exceptions

Exception Type Condition
MessageException if JMS fails to determine if the item exists due to some internal error.

See Also

IMapMessage Interface | WebLogic.Messaging Namespace