Author |
Message
|
Esa |
Posted: Wed Mar 11, 2015 3:26 am Post subject: ESQL equivalent of MbMessage.isReadOnly() |
|
|
 Grand Master
Joined: 22 May 2008 Posts: 1387 Location: Finland
|
Hi all,
It seems I have forgotten how to check if a message is readonly in ESQL. Can it be that this is something you only can do in java? |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Mar 11, 2015 4:44 am Post subject: Re: ESQL equivalent of MbMessage.isReadOnly() |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Esa wrote: |
Hi all,
It seems I have forgotten how to check if a message is readonly in ESQL. Can it be that this is something you only can do in java? |
Isn't the Input Tree deemed to be read only? As well as the tree in specific nodes like Filter nodes, trace nodes etc... (${Root}). Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
Esa |
Posted: Wed Mar 11, 2015 4:49 am Post subject: Re: ESQL equivalent of MbMessage.isReadOnly() |
|
|
 Grand Master
Joined: 22 May 2008 Posts: 1387 Location: Finland
|
fjb_saper wrote: |
Esa wrote: |
Hi all,
It seems I have forgotten how to check if a message is readonly in ESQL. Can it be that this is something you only can do in java? |
Isn't the Input Tree deemed to be read only? As well as the tree in specific nodes like Filter nodes, trace nodes etc... (${Root}). Have fun  |
Yes, by most people.
But this doesn't answer my question. |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Mar 11, 2015 4:55 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Didn't find anything in the ESQL miscellaneous functions... So my guess is there is no way of interrogating the behavior at runtime, unless you do a java handoff with MbElement?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
Esa |
Posted: Wed Mar 11, 2015 5:22 am Post subject: |
|
|
 Grand Master
Joined: 22 May 2008 Posts: 1387 Location: Finland
|
I guess I may have to re-write my little utility in java... funny that ESQL lacks such a basic thing. |
|
Back to top |
|
 |
|