rbeckman-nextgen / test-mc3

0 stars 0 forks source link

Wrong result with message.getConnectorMessages() when using Destination Filter Steps #4195

Open rbeckman-nextgen opened 4 years ago

rbeckman-nextgen commented 4 years ago

When invoking message.getConnectorMessages(), e.g. from postprocessor script, the map returned will be incorrect if Destination Filter Steps are used in Source Transformer.

For example, if you define a channel with 3 destinations and in source transformer you filter destination 1, map returned will contain 3 items, Source connector message, second will be null and Destination 2 connector message.

Also note that deleted destinations will also be returned by the method as a null item in the map.

Imported Issue. Original Details: Jira Issue Key: MIRTH-4339 Reporter: atom Created: 2018-11-07T04:28:17.000-0800