LibraryToggle FramesPrintFeedback

To configure the broker to install the message authorization policy from Example 4.3, add the following lines to the broker configuration file, conf/activemq.xml, inside the broker element:

<broker>
  ...
  <messageAuthorizationPolicy>
    <bean class="com.acme.MsgAuthzPolicy"
          xmlns="http://www.springframework.org/schema/beans"/>
  </messageAuthorizationPolicy>
  ...
</broker>
Comments powered by Disqus
loading table of contents...