You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Ben O'Day (JIRA)" <ji...@apache.org> on 2014/06/04 23:53:01 UTC

[jira] [Created] (AMQ-5211) ActiveMQDestination.createDestination() should prevent empty destination name

Ben O'Day created AMQ-5211:
------------------------------

             Summary: ActiveMQDestination.createDestination() should prevent empty destination name
                 Key: AMQ-5211
                 URL: https://issues.apache.org/jira/browse/AMQ-5211
             Project: ActiveMQ
          Issue Type: Bug
    Affects Versions: 5.9.0
            Reporter: Ben O'Day
            Priority: Minor


currently you can call ActiveMQDestination createDestination("",ActiveMQDestination.QUEUE_TYPE) to create a queue with no name.  

while this doesn't seem to be an issue at first...if you are using mKahadb, ActiveMQ will fail to restart after this queue/store directory are created.

see this post: http://activemq.2283324.n4.nabble.com/mkahadb-Failed-to-start-per-destination-persistence-adapter-for-destination-td4678754.html#a4679848

the web console already prevents this, we should prevent this from other entry points to this API (QueueView.moveMessagesTo() from JMX in my case)...




--
This message was sent by Atlassian JIRA
(v6.2#6252)