thanks for all the detail. Dot is a "path separator" for queue names. So A. is tge same as A. This is expected.
Sent from my iPhone > On Jan 31, 2014, at 3:12 PM, "JIRA [email protected] [via ActiveMQ]" > <[email protected]> wrote: > > > [ > https://issues.apache.org/jira/browse/AMQ-5010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > ] > > Arvydas Jonusonis updated AMQ-5010: > ----------------------------------- > > Attachment: activemq.xml > > > deleting queue suffixed with a dot (".") causes messages to disappear in > > similarly named queue (without the dot) > > ---------------------------------------------------------------------------------------------------------------- > > > > > > Key: AMQ-5010 > > URL: https://issues.apache.org/jira/browse/AMQ-5010 > > Project: ActiveMQ > > Issue Type: Bug > > Affects Versions: 5.7.0, 5.9.0 > > Reporter: Arvydas Jonusonis > > Attachments: activemq.xml > > > > > > To reproduce: > > 1) create queue named "A" > > 2) send test message to A (verify queue A contains a message via Web > > Console or "activemq-admin browse" command. > > 3) create queue named "A." (if you check the contents of A. they are > > identical to that of A) > > 4) delete queue A. > > 5) check queue A > > Despite a positive pending message count, no messages appear in queue A > > when looking via web console or activemq-admin tool. They do, however, show > > up via JMX operations on the queue, such as browseAsTable(). > > > > -- > This message was sent by Atlassian JIRA > (v6.1.5#6160) > > > If you reply to this email, your message will be added to the discussion > below: > http://activemq.2283324.n4.nabble.com/jira-Updated-AMQ-5010-deleting-queue-suffixed-with-a-dot-causes-messages-to-disappear-in-similarly-n-tp4677232.html > To start a new topic under ActiveMQ - Dev, email > [email protected] > To unsubscribe from ActiveMQ - Dev, click here. > NAML -- View this message in context: http://activemq.2283324.n4.nabble.com/Re-jira-Updated-AMQ-5010-deleting-queue-suffixed-with-a-dot-causes-messages-to-disappear-in-similarl-tp4677239.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
