I'm not sure if I understand correctly. There is a way to import package via ActiveMQ web console?
Or do you mean something else? Dnia 2015-09-30, śro o godzinie 13:03 +0200, Jean-Baptiste Onofré pisze: > Hi, > > Did you try a dynamic import in web console to the package ? > > Regards > JB > > On 09/30/2015 01:00 PM, Bartłomiej Kruczyk wrote: > > 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? > > >