You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Alessandro Di Bella (JIRA)" <ji...@apache.org> on 2013/05/17 18:59:19 UTC

[jira] [Created] (AMQ-4542) Broken javax.jms.Message.getObjectProperty(String)

Alessandro Di Bella created AMQ-4542:
----------------------------------------

             Summary: Broken javax.jms.Message.getObjectProperty(String)
                 Key: AMQ-4542
                 URL: https://issues.apache.org/jira/browse/AMQ-4542
             Project: ActiveMQ
          Issue Type: Bug
          Components: Broker
    Affects Versions: 5.8.0
            Reporter: Alessandro Di Bella


The implementation provided by ActiveMQ of javax.jms.Message.getObjectProperty(String) does not return a value when the property is JMSXUserID.

This causes a null pointer exception in org.apache.activemq.web.MessageServlet.setResponseHeaders as message.getObjectProperty(name).toString() is used within the loop.

Using javax.jms.Message.getStringProperty(String) solves the problem.

To reproduce, try to consume a message via the REST interface when the broker is configured with populateJMSXUserID="true" and       useAuthenticatedPrincipalForJMSXUserID="true".



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira