GitHub user tabish121 opened a pull request:

    https://github.com/apache/activemq-artemis/pull/1233

    ARTEMIS-1132 return suectiry errors instead of generic failed

    When creating some AMQP resources (senders, receivers, etc) the broker
    can return an error of 'failed' instead of the security error that is
    expected in these cases.  In the case of a receiver being created and
    a security error happening the broker fails to send back a response
    causing the client to hang waiting for an attach response.

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

    $ git pull https://github.com/tabish121/activemq-artemis ARTEMIS-1132

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

    https://github.com/apache/activemq-artemis/pull/1233.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 #1233
    
----
commit 2094e4d543b525ddd1b9f31c84ea0f253980eaab
Author: Timothy Bish <[email protected]>
Date:   2017-04-28T15:12:03Z

    ARTEMIS-1132 return suectiry errors instead of generic failed
    
    When creating some AMQP resources (senders, receivers, etc) the broker
    can return an error of 'failed' instead of the security error that is
    expected in these cases.  In the case of a receiver being created and
    a security error happening the broker fails to send back a response
    causing the client to hang waiting for an attach response.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to