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 2018/01/11 10:29:00 UTC

[jira] [Commented] (ARTEMIS-1577) Address-full-policy isn't being applied properly for 1.x JMS client

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

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

Github user mtaylor commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1744
  
    @shailendra14k This has been handled using two approaches internally which might have caused some confusion.  But, there is an acceptor setting anycastPrefix and multicastPrefix that does what you've put here.  
    
    Try appending the following to you acceptor "anycastPrefix=jms.queue.;multicastPrefix=jms.topic."


> Address-full-policy isn't being applied properly for 1.x 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)