After #2299 was fixed, cascading messages generated by handlers decorated with [AlwaysPublishResponse] publish the messages, but without using the transactional outbox, if configured.
I attached a sample project to reproduce the issue. In the example, CreateTodoItems handler will publish the cascading message TodoItemsCreated without using the outbox
WolverineExample_Issue2.zip
After #2299 was fixed, cascading messages generated by handlers decorated with [AlwaysPublishResponse] publish the messages, but without using the transactional outbox, if configured.
I attached a sample project to reproduce the issue. In the example, CreateTodoItems handler will publish the cascading message TodoItemsCreated without using the outbox
WolverineExample_Issue2.zip