WebLogic Messaging API Class Library

Constants.MessagePropertyNames.USER_ID_PROPERTY_NAME Field

Message property key for retrieving the user name of the original sender of a received message (returns null if the user name is not set). Use configuration to automatically set the user-id as per the .NET client documentation. This is an optional feature of the JMS specification.

public�const�string�USER_ID_PROPERTY_NAME = "JMSXUserID";

See Also

Constants.MessagePropertyNames Class | WebLogic.Messaging Namespace