Hi, What's the equivalent syntax in Scala DSL for doing the following Java DSL onException(IOException.class, SQLException.class, JMSException.class).maximumRedeliveries(5).... Scala DSL only has handle[T] which can take only one exception type, I believe.Please help.
-- View this message in context: http://camel.465427.n5.nabble.com/Handle-multiple-exceptions-in-scala-dsl-tp5729941.html Sent from the Camel - Users mailing list archive at Nabble.com.