Posted: Tue Nov 03, 2009 10:16 am Post subject: Issue with sending Blob message to Output Queue
Voyager
Joined: 25 Jul 2005 Posts: 85
Hi,
I am trying to send text message(delimited message) as output to a Queue using MQOutput Node. Following is sample code
Code:
SET result = 'valid';
SET message = 'success';
SET CompleteMsg = result || ',' || message;
Set OutputRoot.BLOB = CompleteMsg;
The flow runs fine and a message is dropped on Queue. But there is no data in the message. The DataLength is 0.
I tried putting the OutputRoot.BLOB value into another variable and saw the trace... I could see the data being stored in the variable. But when its coming on to the queue.. the data length is 0 and there is no data in it.
Can anyone please help me understand how i can send a simple text as an output to Queue?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum