You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by avi5kdonrh <gi...@git.apache.org> on 2019/01/01 16:24:06 UTC

[GitHub] activemq pull request #334: AMQ-7125 Stomp subscribe empty destination fix

GitHub user avi5kdonrh opened a pull request:

    https://github.com/apache/activemq/pull/334

    AMQ-7125 Stomp subscribe empty destination fix

    Fix for: The Broker does not send error frame when an empty destination is specified in a stomp subscribe frame

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/avi5kdonrh/activemq master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq/pull/334.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #334
    
----
commit a29bf734621eba080eadc63cdf7778c098158704
Author: avi5kdon <av...@...>
Date:   2019-01-01T16:19:25Z

    AMQ-7125 Broker does not send error frame when an empty destination is sent with a stomp subscribe frame

----


---