Solclient
ContextFactoryCreateTopic Method (String, Boolean) |
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: 7.2.1.27 (7.2.1.27)
Syntax
public ITopic CreateTopic( string name, bool receiveAllDeliverToOne )
Public Function CreateTopic ( name As String, receiveAllDeliverToOne As Boolean ) As ITopic
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: ITopicReturns a non-temporary ITopic instance with the option to set receive-all-deliver-to-one flag
See Also