On Tue, Feb 4, 2014 at 3:49 PM, gilboy wrote:
> Thanks for the response
>
> I tried that, i.e. changed my domain object to not implement Serializable
> and set jmsMessageType=Object in the JMS Endpoint but I get the following
> error:
>
> javax.jms.MessageFormatException: No type converter availa
Thanks for the response
I tried that, i.e. changed my domain object to not implement Serializable
and set jmsMessageType=Object in the JMS Endpoint but I get the following
error:
javax.jms.MessageFormatException: No type converter available to convert
from type: com.fmrco.ptd.domain.BlockVO to t
There is the jmsMessageType option you can set on the jms endpoint
http://camel.apache.org/jms
On Mon, Feb 3, 2014 at 11:36 PM, gilboy wrote:
> Hi
>
> I have a route which is placing messages on to a JMS Queue. The JMS Message
> Type is ObjectMessage. Rather than having the IN Message Type implem