looks like message.payload returns a byte[] which you need to get back into a String: def lines = new String( message.payload, ...
確定! 回上一頁