10.24.0

ContextFactoryCreateTopic Method

Overload List

CreateTopic(String) Creates a non-temporary Topic with the given name.
CreateTopic(TopicProperties) Creates a non-temporary ITopic instance given a TopicProperties.
CreateTopic(String, Boolean) 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.

See Also