I'm using a CMS consumer to read messages created by a JMS publisher. 

If the JMS producer sets certain message properties using :
setJMSType() and setStringProperty("JMSXGroupID", "..")

Would I be able to get those same values through my CMS client using :
cms::Message::getCMSType() and cms::Message::getStringProperty("JMSXGroupID")

?

Currently, I'm getting null for getCMSType() and false for 
propertyExists('JMSXGroupID'), and I'm trying to figure out if the producer 
isn't setting those properly, or if this is a result of JMS/CMS 
incompatibility. 

Details:
Producer is using JMS 1.1 , OpenWire V 2 . 
Consumer is using ActiveMQ CPP 3.9.5

Reply via email to