[TIBCO.EMS .NET client library 5.1 documentation]

Provider specific message property which may be set to prevent the server from including the user name into message when sending this message to consumers.

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.dll)

Syntax

public const string JMS_TIBCO_DISABLE_SENDER
Public Const JMS_TIBCO_DISABLE_SENDER As String
public:
literal String^ JMS_TIBCO_DISABLE_SENDER

Remarks

This property is ignored by the server if the destination is specified to enforce the inclusion of the user name. This property, if used, must be set to boolean value 'true' by the message producer before sending the message.

This property is defined as String "JMS_TIBCO_DISABLE_SENDER".

See Also