[ https://issues.apache.org/activemq/browse/AMQ-794?page=all ]
     
james strachan resolved AMQ-794:
--------------------------------

    Resolution: Fixed

Done - you can now disable advisory support via 

<broker advisorySupport="false">...

or

BrokerService broker = new BrokerService();
broker.setAdvisorySupport(false);
...
broker.start();

> make the support of advisory messages optional (so that they can be disabled 
> to reduce RAM and boost performance a little)
> --------------------------------------------------------------------------------------------------------------------------
>
>          Key: AMQ-794
>          URL: https://issues.apache.org/activemq/browse/AMQ-794
>      Project: ActiveMQ
>         Type: Improvement

>     Reporter: james strachan
>     Assignee: james strachan
>      Fix For: 4.1

>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to