What happen if any exception is occurred during consume the jms request, is cloud stream handle the exception ( will error move to any specific topic or queue, same scenario for during publish a message) ?
@StreamListener(Sink.INPUT)
public void handle(Request req) throw Exception {
// logic
throw new Exception()
}