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.
Namespace: SolaceSystems.Solclient.MessagingAssembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.26.0
public ITopic CreateTopic(
string name,
bool receiveAllDeliverToOne
)
- name String
- Topic Name
- receiveAllDeliverToOne Boolean
- Deprecated
ITopicReturns a non-temporary ITopic instance with the option to set receive-all-deliver-to-one flag