You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Chad Oliver (JIRA)" <ji...@apache.org> on 2014/09/18 05:03:33 UTC

[jira] [Created] (AMQ-5363) AMQP Queue Names

Chad Oliver created AMQ-5363:
--------------------------------

             Summary: AMQP Queue Names
                 Key: AMQ-5363
                 URL: https://issues.apache.org/jira/browse/AMQ-5363
             Project: ActiveMQ
          Issue Type: Bug
          Components: AMQP
    Affects Versions: 5.10.0
            Reporter: Chad Oliver
            Priority: Minor


When using IBM's open sourced MQLight Node module (https://www.npmjs.org/package/mqlight) that implements the 1.0 spec for AMQP.  MQLight is encoding (using encodeURIComponent) Queue names.  This causes the Queue name in ActiveMQ to appear incorrectly because the Queue name appears encoded.  

Can ActiveMQ decode (encodeURIComponent or URLEncoder) Queue names before creation.  This is only an issue when using the AMQP protocol.

NOTE:  Currently IBM's MQLight Node module is the only Node module that implements the 1.0 spec of AMQP.    

 




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)