Learn more about Toad for SQL Server
at Quest.com

Find solutions and downloads at the
Toad for SQL Server Support Portal

< To bookmark a page, right-click the Page Title and select Add to Favorites / Bookmark This Page

Toad for SQL Server 5.7

You are here: Manage Administration Tasks > Configure Service Broker Communications > Manage Service Broker Objects > Message Types

Define Message Types

Message types define the type of data that a message can contain. When a service receives a message, it verifies the message contents against the validation criteria defined in the message type.

Contracts contain a list of message types that are valid for conversations using that contract.

Note: This topic focuses on information that may be unfamiliar to you. It does not include all step and field descriptions.

To define message types

  1. Select Message Types from a SQL Server instance.

  2. Create or Edit a message type.

  3. Review the following for additional information:

    Validation

    Select the message validation option. If you select VALID_XML, you must specify the XML Schema collection to validate against.

    Collection name

    Select the XML schema collection to validate against.

 

Related Topics