Valeriy V. Argunov created AMQCPP-478:
-----------------------------------------

             Summary: 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

Reply via email to