Log subflow for the pattern

In accordance with best practice, logging messages to a database does not take place within the message flows that handle business transactions; instead persistent messages are written to a WebSphere MQ queue, which is processed separately. Writing persistent messages to a WebSphere MQ queue isolates any performance impact of database updates, therefore allowing control of where and when these queues are processed.

Back to the overview