Hi,
I have problem with direct Binding in orchestration.
I receive a message and I have to send it to messagebox. I do this thru direct binding in the send port.
Here I don’t have any other orchestration which subscribes it.
The main process here just publishing it to messagebox.
But I am getting error in event log( No errors in HAT)
\” ErrorInfo The published message could not be routed because no subscribers were found. .
Failed to publish (send) a message in the batch. This is usually because there is no one expecting to receive this message. The error was The published message could not be routed because no subscribers were found\”
Since I don’t have any subscriber how can I publish the message to messagebox avoiding this error?
Please help