10-22-04 12:47 PM
I have an orchestration with a message assignment (payment -> payment_out).
Both messages have the same schema. I'm just setting some fields.
The payment_out schema will mapped to a sql schema an will be sent to a sql
adapter. That works fine and the data is in the database after the execution
of the orchestration, but there are always suspended (resumable) messages in
the HAT.
In HAT, there is the following message error description.
Activation message was suspended because the corresponding service class
(orchestration, sendport, ...) was in the stopped state. Starting the servic
e
class will cause this service instance to automatically be resumed.
How can I avoid this suspended messages?
[ Post a follow-up to this message ]
|