[
https://issues.apache.org/jira/browse/ARTEMIS-1577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16307891#comment-16307891
]
ASF GitHub Bot commented on ARTEMIS-1577:
-----------------------------------------
GitHub user shailendra14k opened a pull request:
https://github.com/apache/activemq-artemis/pull/1744
[ARTEMIS-1577] Address-settings policies aren't being applied when using an
older version of JMS client
JIRA :- https://issues.apache.org/jira/browse/ARTEMIS-1577
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shailendra14k/activemq-artemis ARTEMIS-1577
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1744.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 #1744
----
commit 19390150fee5ee716a67ffa707b65f3291a07ed8
Author: Shailendra Kumar Singh <shailendra14k@...>
Date: 2018-01-02T11:07:13Z
[ARTEMIS-1577] Address-settings policies aren't being applied when using an
older version of JMS client
----
> 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)