Stuart Roe wrote: > > I now have a problem that the properties are not being transferred. Any > ideas hold I can get the JMS message properties transferred along with the > content? >
The marshaler you are using (DefaultConsumerMarshaler) should copy the properties, cause it inherits the copyProperties=true attribute for the AbstractJmsConsumerMarshaler. Note: That the properties will be copied on the In Message and not on the Exchange itself, so be carefull to look at the right place ;-) ----- Ioannis Canellos -- View this message in context: http://old.nabble.com/What%27s-wrong-with-my-JMS-configuration-tp28264940p28267663.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
