IMessage.SetReplyToSuffix Method

Solclient

IMessageSetReplyToSuffix Method
version: 7.2.1.27
Appends an application-specific suffix to the default topic destination for the session. When the session is established, a unique topic destination is created for the session. This topic is generated by the appliance, and the API subscribes to a wildcard extended topic that is derived by appending './>' to the unique topic destination.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
void SetReplyToSuffix(
	ISession session,
	string replyToSuffix
)
Sub SetReplyToSuffix ( 
	session As ISession,
	replyToSuffix As String
)
void SetReplyToSuffix(
	ISession^ session, 
	String^ replyToSuffix
)

Parameters

session
Type: SolaceSystems.Solclient.MessagingISession
Session to get the topic prefix from.
replyToSuffix
Type: SystemString
Suffix to append to the default topic destination for the session.
See Also