10.24.0

ContextFactoryCreateTopic(String, Boolean) Method

Creates a non-temporary ITopic instance.

The optional "receiveAllDeliverToOne" boolean is deprecated. Applications should use shared subscriptions to distribute published messages across multiple consumers. Then the publisher never need to set 'DeliverToOne' and this override is not necessary.

Definition

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

Parameters

name  String
Topic Name
receiveAllDeliverToOne  Boolean
Deprecated

Return Value

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

See Also