I have some questions on Mule.
I have three components in a flow, a HTTP connector, an ObjectToJMS transformer and a JMS connector. If the ObjectToJMS transformer throws an exception when processing the data, how can I retrun a http status code of 415 to the user? Can I just add a Catch Exception Strategy and configure a set payload transformer?
How can I specify the MIME type of the data that are sending to a REST web service?