Why message instance table is empty?

hello;

I used dbeaver to access the Bonita Engine database. In the message_instance table, I cannot find the message instances exchanged from processes executed with bonita community version?

Hi,

 

If the message has been consumed it is not in the table anymore.

 

Cheers

So in which table I can find the messages consumed?

Hi,

 

Once it is consumed, the message does not have any instance. In the other hand you will find the consumer (catch event message ) that will be kept in Database (arch_flownode_instance).

Cheers

So in which table I can find the messages consumed?

Thanks pablo