jamesnetherton opened a new issue #2599: URL: https://github.com/apache/camel-quarkus/issues/2599
Ultimately this issue likely belongs elsewhere (I.e Quarkus) and that there's a prerequisite that Quarkus provides support for GraalVM serialization. But we should at least document that usage of `javax.jms.ObjectMessage` is currently not supported in native mode since it relies on Java object serialization. Maybe it's best fulfilled by some configuration option that enables a user to list the desired classes destined for Java serialization. Perhaps also there's a conversation to be had as to whether it should be supported at all given that there are alternatives to Java serialization (JSON, XML etc). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
