How to use CollectingOutputChannel

The Docstring says it collects send messages in a list but doesn’t send them anywhere. How do I send messages in that list after RASA has finished processing input?

Figured out my self. Just use the out_channel.messages to retrieve the accumulated messages.

I see an empty list in out_channel.messages. Are you also facing same? If not then can you help me?