Production messages visualization
To transfer data between production components I actively use messages of type Ens.StreamContainer class and its descendants. In many cases the content of the message content is not visualised (the 'Body' tab contains a table with a list of selected message properties but the 'Contents' tab is empty). Response messages are never visualised, and request messages are visualised with a fifty-fifty probability. What do I need to do to ensure that messages are always visualised?
Comments
Hi Dmitrii,
Can you please elaborate as to the content of your stream, is it XML? something else?
Hi Tani, in most cases the stream contains JSON. The container definition looks like:
Class MyRequest Extends (Ens.StreamContainer, %JSON.Adaptor) { }
I just want the stream content to be rendered always
When you say "always" (and you also mentioned "50%") what do you mean? - some cases the content is displayed and sometimes not? Any distinction as to when it's ok and when not? is it perhaps side-dependent? Any "special" characters that might influence this?