Discussion:
Why http inbound (request-response) with JMS too slow.
Tomas Blohm
2012-06-19 07:18:31 UTC
Permalink
Hi,
<br /><br />
I would say that you should remove "request-response" from your jms endpoints.
<br /><br />
/Tomas Blohm

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email
Forest Green
2012-06-19 09:25:31 UTC
Permalink
hi,
<br /><br />
thanks for the suggestion.
<br />
however, it seem i unable to send http response via transformer responseTransformer-refs="TheResponse". How do i customize http response?

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email
Tomas Blohm
2012-06-19 10:03:32 UTC
Permalink
Hi, what version are you using? In 3.3:
<br />
<a href="http://www.mulesoft.org/documentation/display/MULECDEV/HTTP+Response+Builder" rel="nofollow">http://www.mulesoft.org/documentation...</a>
<br /><br />
Otherwise you need something to make the request "bounce" back since you don't have anything in you flow that returns anything. You could either put the "TheResponse" transformer as a normal transformer in your flow and not as a responsetransformer, or place an echo component somewhere in your flow.
<br /><br />
/Tomas Blohm

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

Loading...