Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D7780C165 for ; Fri, 11 May 2012 15:01:14 +0000 (UTC) Received: (qmail 49481 invoked by uid 500); 11 May 2012 15:01:14 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 49449 invoked by uid 500); 11 May 2012 15:01:14 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 49441 invoked by uid 99); 11 May 2012 15:01:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 May 2012 15:01:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 May 2012 15:01:11 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 023EF491107 for ; Fri, 11 May 2012 15:00:51 +0000 (UTC) Date: Fri, 11 May 2012 15:00:51 +0000 (UTC) From: "Timothy Bish (JIRA)" To: dev@activemq.apache.org Message-ID: <221754239.54686.1336748451027.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1620373113.54599.1336746770443.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (AMQ-3836) STOMP 1.0 protocol (SUBSCRIBE destination) broken on ActiveMQ 5.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMQ-3836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13273321#comment-13273321 ] Timothy Bish commented on AMQ-3836: ----------------------------------- StompTest.java in our unit tests has plenty of examples, barring that please create a test case using the client you are currently using. > STOMP 1.0 protocol (SUBSCRIBE destination) broken on ActiveMQ 5.6.0 > ------------------------------------------------------------------- > > Key: AMQ-3836 > URL: https://issues.apache.org/jira/browse/AMQ-3836 > Project: ActiveMQ > Issue Type: Bug > Components: stomp > Affects Versions: 5.6.0 > Environment: Centos 5 running Apache ActiveMQ 5.6.0, jre-1.6.0_20-fcs > Reporter: Deives Michellis > > Destination specification on STOMP using activemq 5.6.0 is broken. > Before 5.6.0, you had to specify "/queue/my_queue". Now, activemq automatically includes a "/queue/" on destination name, whether needed or not. > For instance, sending messages to "/queue/nagios-events" works. Subscribing to "/queue/nagios-events" creates an additional queue named "/queue/queue/nagios-events". > Message sending is also affected, although it accepts both "/queue/nagios-events" and "nagios-events" -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira