Hi, I'm using ActiveMQ on ServiceMix with Camel. Messaging works fine but I can't preview Java Object messages in ActiveMQ web console. I'm getting following error:
javax.jms.JMSException: Failed to build body from content. Serializable class not available to broker. Reason: java.lang.ClassNotFoundException: com.mypackage.MyMessage not found by org.apache.activemq.activemq-web-console [287]. What should do to make MyMessage class visible for web console?