'Declaration Public Overloads Function VerifyQueueTypes( _ ByVal destQueueName As String, _ ByVal destination As String _ ) As Boolean
public bool VerifyQueueTypes( string destQueueName, string destination )
Parameters
- destQueueName
- The name of the destination queue where messages are to be propagated, including the schema name. If the schema name is not specified, it defaults to the schema name of the user.
- destination
- Destination database link. Messages in the source queue for recipients at this destination are propagated. If it is NULL, the destination is the local database and messages are propagated to other queues in the local database. The length of this field is currently limited to 128 bytes, and if the name is not fully qualified, the default domain name is used.
Return Value
If there is no error, and if the source and destination queue types match, the result is true. If they do not match, the result is false.