cancel
Showing results for 
Search instead for 
Did you mean: 

Destroy a message in flight

Former Member
0 Kudos

As a message is passing through a message mapping in the interface determination, is it possible to 'destroy' the message?

I was hoping to simply "ignore" the message in the interface determination if the number of rows was less than a threshold. But the number of rows (as calculated by a map) are not able to be used as a 'condition'

If I attempt to use another object and "Ignore" any message that does not meet any conditions leaves an error message in the RWB.

Is there a method to, inside a map, to stop message processing passing no message to the receiver channel, this leaving no receiver at all?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Gerry,

In your receiver determination you have an option to ignore the message. Write the condition there. You pass the total count to a context object with the help of a udf in message mapping and use that in your condition. This should help with your requirement.

Regards,

---Satish

Answers (0)