springboot activemq This class is not trusted to be serialized as ObjectMessage payload .

weixin_34320159發表於2017-06-20

這個是springboot activeMq 的物件序列化白名單預設為false,需要在properties檔案加上如下的一行配置:

spring.activemq.packages.trust-all=trues

物件正常實現序列化介面就好。

相關文章