 | IMessageSetReplyToSuffix Method |
version: 10.21.0
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: 10.21.0
Syntaxvoid 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