Description
I have enabled in activemq.xml - <broker xmlns="http://activemq.apache.org/schema/core" brokerName="localhost" useJmx="true" populateJMSXUserID="true" dataDirectory="${activemq.data}">
and trying get the property on the client when reading the topic
System.out.println("text message id: "+txtMsg.getObjectProperty("JMSXUserID"));
I am not sure what I am missing..
Attachments
Issue Links
- relates to
-
AMQ-4202 JMSXUserID missing from ActiveMQConnectionMetaData getter
- Resolved