Consultor Eletrônico



Kbase P73057: 4gl adapter: Consumer defined with Message Selector does not
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   19/03/2004
Status: Unverified

SYMPTOM(s):

4gl adapter: Consumer defined with Message Selector does not receive message.

CAUSE:

The message selector element was set incorrectly. For example, a message selector defined on the receiver was set to:

<MessageProperty>=<StringValue>

The correct syntax for String literals is:

<MessageProperty>='<StringValue>'

FIX:

Make sure you use the correct Message Selector syntax. Specific details on Message Selector syntax can be found in Sonic Softwares SonicMQ Programming Guide.