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 implement
Serializable is there any way in the DSL that I can specify the JMS Message
Type.
The object(IN Message Type) is a Domain Object and I would prefer not to
have it implement Serializable
Thanks in advance
Joe
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 implement
Serializable is there any way in the DSL that I can specify the JMS Message
Type.
The object(IN Message Type) is a Domain Object and I would prefer not to
have it implement Serializable
Thanks in advance
Joe