SDAC

TMSServiceBroker.CreateServerObjects Method

Creates a service and a queue on the server.

Class

TMSServiceBroker

Syntax

procedure CreateServerObjects(const Contract: string = 'DEFAULT');

Parameters
Contract
Specifies the name of the contract that the conversation conforms to. If the parameter is not set, the DEFAULT contract is used.

Remarks

If there are no such objects on the server, the service and the queue will be created on the server. These objects are created with the default settings (any messages can be transferred in any direction). The queue name are generated by concatenating Service and the '_Queue' prefix.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback