Hi I noticed that in camel-1.4.0 only primitives are allowed in the headers when sending a JMS message. However booleans don't work and for example I get this in the log when using my custom header:
2008-08-14 18:58:29,169 [Container-22058] DEBUG JmsBinding - Ignoring non primitive header: xAMQPeristent of class: java.lang.Boolean with value: false I can fix this the small patch below but I was wondering if there is any rationale for this? The patch is against camel 1.4.0 Regards Carlos Quiroz http://www.nabble.com/file/p18996257/patch.txt patch.txt -- View this message in context: http://www.nabble.com/JSMBinding-and-Boolean-values-tp18996257s22882p18996257.html Sent from the Camel - Users mailing list archive at Nabble.com.
