Scenario with "one-way" routing as last step

Posted by memento13 on 30-Sep-2011 07:37

Hei,

I have an ESB process, which has Content-Based Routing as last step and routing rules define that message should be routen to an Endpoint. When I run this process using scenario in Workbench, message is correctly routed to endpoint, but the scenario doesn't exist, it just waits until it timeouts. As I understand this is just a scenario problem and in real deployment this doesn't happen?

Is it possible to configure it this way, that scenario also wouldn't wait for response?

Thanks

All Replies

Posted by mnair on 30-Sep-2011 10:05

There is no way to flag a scenario as one-way. Once you see the message arrive at the endpoint you can close that particular scneario tab window.

You can also quickly test this in workbench without using scenarios. Add an entry endpoint to the process, save and upload the changes, deploy the process to one of the dev containers, reload the container and use a message sender to send in the request and a messaeg listener at the endpoint where you expect the CBR to send the message.

Thanks

-Mahesh

Posted by memento13 on 01-Oct-2011 13:53

Thats what I thought:)

This thread is closed