Section courante

A propos

Section administrative du site

CREATE BROKER PRIORITY

Crée une priorité d'arrêt
  Microsoft SQL Server

Syntaxe

CREATE BROKER PRIORITY ConversationPriorityName
FOR CONVERSATION
[ SET ( [ CONTRACT_NAME = {ContractName | ANY } ]
[ [ , ] LOCAL_SERVICE_NAME = {LocalServiceName | ANY } ]
[ [ , ] REMOTE_SERVICE_NAME = {'RemoteServiceName' | ANY } ]
[ [ , ] PRIORITY_LEVEL = {PriorityValue | DEFAULT } ]
)
]
[;]

Description

Cette instruction permet de définir un niveau de priorité et l'ensemble de critères pour déterminer lequel des conversations Service Broker est associé au niveau de priorité.



Dernière mise à jour : Vendredi, le 19 Juin 2020