mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-08 19:15:08 +00:00
This closes #3060
This commit is contained in:
commit
18d38b717f
@ -512,9 +512,9 @@ public class CoreAmqpConverter {
|
|||||||
body = new AmqpValue(s.toString());
|
body = new AmqpValue(s.toString());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (Throwable ignored) {
|
} catch (Throwable e) {
|
||||||
logger.debug("Exception ignored during conversion", ignored.getMessage(), ignored);
|
logger.debug("Exception ignored during conversion", e.getMessage(), e);
|
||||||
body = new AmqpValue("Conversion to AMQP error!");
|
body = new AmqpValue("Conversion to AMQP error: " + e.getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user