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 752C8F4FE for ; Sun, 28 Apr 2013 02:22:16 +0000 (UTC) Received: (qmail 85265 invoked by uid 500); 28 Apr 2013 02:22:16 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 85137 invoked by uid 500); 28 Apr 2013 02:22:16 -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 85127 invoked by uid 99); 28 Apr 2013 02:22:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Apr 2013 02:22:16 +0000 Date: Sun, 28 Apr 2013 02:22:16 +0000 (UTC) From: "Valeriy V. Argunov (JIRA)" To: dev@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Reopened] (AMQCPP-478) Can't specify empty prefixes for the STOMP queues/topics 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/AMQCPP-478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Valeriy V. Argunov reopened AMQCPP-478: --------------------------------------- So it is impossible to use ActiveMQ STOMP client with servers other than ActiveMQ server. > Can't specify empty prefixes for the STOMP queues/topics > -------------------------------------------------------- > > Key: AMQCPP-478 > URL: https://issues.apache.org/jira/browse/AMQCPP-478 > Project: ActiveMQ C++ Client > Issue Type: Bug > Components: Transports > Affects Versions: 3.6.0 > Reporter: Valeriy V. Argunov > Assignee: Timothy Bish > > ActiveMQ-CPP uses prefixes for STOMP queues/topics (defaults are /topic/, /queue/ etc). > STOMP specification (http://stomp.github.io/stomp-specification-1.2.html) says that queues/topics names are not required to contain any special prefixes: > (from the SEND sample) > This sends a message to a destination named /queue/a. Note that STOMP treats this destination as an opaque string and no delivery semantics are assumed by the name of a destination. > But if the prefix is not required for me, I can't specify empty string (here was a bug https://issues.apache.org/jira/browse/AMQCPP-477). > ActiveMQ-CPP doesn't allow to remove prefixes at all. -- 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