10.24.0

IMessageSetReplyToSuffix Method

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.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
void SetReplyToSuffix(
	ISession session,
	string replyToSuffix
)

Parameters

session  ISession
Session to get the topic prefix from.
replyToSuffix  String
Suffix to append to the default topic destination for the session.

See Also