Spring Cloud Stream solace error handling

@marc.dipasquale
correction i can get Message from joinpoint.getArgs so is probably best working option i have.
Example
handleError(ProceedingJoinpoint joinPoint, String functionName)
try{ joinPoint.proceed()
} catch(Exception e)
Message m = ((Message)joinpoint.getargs[0])
errorHandler.handle(m, e)