Click or drag to resize

ContextFactoryCreateTopic Method (String, Boolean)

version: 10.22.0
Creates a non-temporary ITopic instance with the option to set receive-all-deliver-to-one flag.

This flag, when set on a Topic subscription, overrides the DeliverToOne message property. If the Topic in the message matches, it is delivered to clients with matching subscriptions with the ReceiveAllDeliverToOne set, in addition to being round-robined amongst clients subscribed to the Topic without this override.

Namespace:  SolaceSystems.Solclient.Messaging
Assembly:  SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.22.0
Syntax
C#
public ITopic CreateTopic(
	string name,
	bool receiveAllDeliverToOne
)

Parameters

name
Type: SystemString
Topic Name
receiveAllDeliverToOne
Type: SystemBoolean
option to set receive-all-deliver-to-one flag

Return Value

Type: ITopic
Returns a non-temporary ITopic instance with the option to set receive-all-deliver-to-one flag
See Also