Consultor Eletrônico



Kbase P114760: How to send larger text messages from 4GL to a SonicMQ JMS bus
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   30/03/2006
Status: Unverified

GOAL:

How to send larger text messages

GOAL:

Using the Progress 4GL to SonicMQ adapter

FACT(s) (Environment):

Progress 9.1x
OpenEdge 10.0x

SYMPTOM(s):

How to overcome the 32K limit for sending text messages

FIX:

Use the appendText method:
appendText In Message Objects
This procedure can be called in write-only mode to append text to the message in several calls to overcome the Progress 32K limit on the number of characters:
SYNTAX
PROCEDURE appendText.
DEFINE INPUT PARAMETER textValue AS CHAR.
As code example see example10.p in <Progress installation directory>\src\samples\sonicMQ\adapter