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

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

Github user michaelandrepearce commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1744
  
    @shailendra14k there also is now a compatibility test framework that 
Clebert added, so if you do find this is broken for a particular client version 
and not fixed by the recent changes in master, i think first bit will be to add 
the case its broken to that compatibility test bundle, that way any fix can be 
verified (and ensured it won't regress)
    
    You'll find that all here:
    
/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility
    
    see the read me's of the current tests on how to run / run within an IDE.


> Address-settings policies aren't being applied when using an older version of 
> JMS client
> ----------------------------------------------------------------------------------------
>
>                 Key: ARTEMIS-1577
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1577
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 2.4.0
>            Reporter: Shailendra Kumar singh
>         Attachments: broker.xml
>
>
> Address-settings policies aren't being applied when using an older version of 
> JMS client.
> Example:-
> #broker.xml
> {code:java}
> <address-setting match="exampleQueue">
>                 <address-full-policy>FAIL</address-full-policy>
>                 <max-size-bytes>10</max-size-bytes>
>  </address-setting>
> {code}
> When using JMS client(artemis-jms-client) version 1.5.5, Address-settings 
> policies are not applied.
> When using latest client version, it works as expected.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to