hi,

I'm getting a serialization exception from the JMSFlow when using
clustering and a JMSServiceComponent (i.e. client --> topic -->
jmsservicecomponent). The serialization exception is because
ActiveMQTextMessage isn't serializeable and it looks like the default
JmsMarshaller is adding the ActiveMQ message into the normalized
message as a property i.e.:

normalizedMessage.setProperty("org.servicemix.jms.message", message);

which the JMSFlow is then trying to serialize as part of the message exchange.

Am I doing something wrong?

it doesn't look like anything in 2.0.2 uses the
"org.servicemix.jms.message" property.

Reply via email to