activemq的ObjectMessage的安全问题

在使用activemq的对象消息ObjectMessage的时候,报了一个错误,在对获得的对象进行强转的时候,

javax.jms.JMSException: Failed to build body from content. Serializable class not available to broker. Reason: java.lang.ClassNotFoundException: Forbidden class com.ssp.common.tools.CommonObjectMessage! This class is not trusted to be serialized as ObjectMessage payload. Please take a look at http://activemq.apache.org/objectmessage.html for more information on how to configure trusted classes.
    at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:36)
    at org.apache.activemq.command.ActiveMQObjectMessage.getObject(ActiveMQObjectMessage.java:208)
复制代码

在网上搜索的解决方案:

将ActiveMQConnectionFactory注入两个参数中的其中一个就行

<property name="trustedPackages">
	<list>
		<value>org.apache.activemq.test</value>
		<value>org.apache.camel.test</value>
	</list>
</property>
<property name="trustAllPackages" value="true"></property>
	
复制代码

用的activemq-all版本是5.11.3,尝试注入上述的两个参数,进入ActiveMQConnectionFactory这个类里面发现并没有上述的两个对象.然后将activemq-all版本换成5.14.2,问题解决.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值