Hi, I'm trying to put a StringProperty on a Message in an ActiveMQServerPlugin. As far as I can tell, the property gets set correctly. Later, I'm trying to retrieve the property from a Camel Exchange. I don't see my property anywhere on the Exchange. I did notice that it looks like the properties "firedTime" and "breadcrumbId," which I think come from Artemis, do appear on the Camel Exchange, which makes me think there is some way to propagate my property from Artemis to Camel.
Regards, Harrison Tarr