51,395
社区成员




<broker xmlns="http://activemq.apache.org/schema/core" brokerName="NC Broker" dataDirectory="${activemq.base}/data" useJmx="true" plugins="#ipAuthenticationPlugin">
<bean id="ipAuthenticationPlugin"
class="org.apache.activemq.book.ch6.IPAuthenticationPlugin">
<property name="allowedIPAddresses">
<list>
<value>127.0.0.1</value>
</list>
</property>
</bean>