Posts by Leandro Ferreira • 101 points
2 posts
- 
		0 votes1 answer47 viewsA: EJB3 Messagedrivenbean fires exception "This class is not Trusted to be Serialized as Objectmessage payload" when consuming an external Queue ActivemqAfter two days of cracking my head, I solved the problem by setting the system properties below in a Singleton: @Singleton @Startup public class InicializadorCargaDadosIniciais implements… 
- 
		0 votes1 answer47 viewsQ: EJB3 Messagedrivenbean fires exception "This class is not Trusted to be Serialized as Objectmessage payload" when consuming an external Queue ActivemqI’m using a message-driven bean (@MessageDriven) to consume a queue that is in an external Activemq configured in a Docker container, and in Objectmessage it is necessary to use a pojo…