Posted: Mon Apr 11, 2005 8:21 am Post subject: MRM Default value
Apprentice
Joined: 05 Jan 2005 Posts: 42
Hi, all professionals.
Is it possible to setup default value for Fixed length message on MRM message domain? What I am trying to accomplish is to set the default value so Message broker can handle different length messages.
My case is the incoming message is 180 bytes and sometimes it can be 151 or 272 bytes. The first 151 bytes are the same and the rest are varied. Please help.
What I have so far is a message definition for 272 bytes message. I would like to set the default value for the last 5 fields so the message broker can handle the messages (151, 180, 272 bytes) even though some fields are missing. I know that I can set it as BLOB in the inputnode and check the last five fields and add values to them if there is no value. But it requires additional compute node (to check and add value) and a mapping node (to pass values to different message definition). Therefore, if the message broker can take default values that would be the best solution for us.
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