51,411
社区成员
发帖
与我相关
我的任务
分享
<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>