You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2013/04/27 20:52:16 UTC

[jira] [Closed] (AMQCPP-478) Can't specify empty prefixes for the STOMP queues/topics

     [ https://issues.apache.org/jira/browse/AMQCPP-478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish closed AMQCPP-478.
-------------------------------

    Resolution: Not A Problem

The destination prefix is a way of communicating between client and server the type of destination to be created and utilized.  Without a prefix there is no way to determine what is being requested, topic, queue, temporary topic / queue.  
                
> 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