You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/07 21:38:20 UTC

[jira] [Commented] (ARTEMIS-776) AMQP: When a receiver attach does not remove unsupported filters from the response

    [ https://issues.apache.org/jira/browse/ARTEMIS-776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15556319#comment-15556319 ] 

ASF GitHub Bot commented on ARTEMIS-776:
----------------------------------------

GitHub user tabish121 opened a pull request:

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

    ARTEMIS-776 Attach response should only list supported filters

    The broker needs to return only the filters that are supported on a
    receiver attach otherwise the remote is not aware that the broker is not
    able to honor the requested configuration of the receiver.

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

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

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

    https://github.com/apache/activemq-artemis/pull/827.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 #827
    
----
commit 398da40f7dd17b97838f4a2b377d7b19b82c6c7a
Author: Timothy Bish <ta...@gmail.com>
Date:   2016-10-07T21:29:46Z

    ARTEMIS-776 Attach response should only list supported filters
    
    The broker needs to return only the filters that are supported on a
    receiver attach otherwise the remote is not aware that the broker is not
    able to honor the requested configuration of the receiver.

----


> AMQP: When a receiver attach does not remove unsupported filters from the response
> ----------------------------------------------------------------------------------
>
>                 Key: ARTEMIS-776
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-776
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>    Affects Versions: 1.4.0
>            Reporter: Timothy Bish
>
> When a receiver attaches the broker should check for supported filters and only return those removing any unsupported filters from the attach response.  Artemis is not properly handling this, instead all filters are returned regardless of being supported or not.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)