File tree Expand file tree Collapse file tree
assembly/src/release/webapps/api/WEB-INF Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222
2323 <display-name >Apache ActiveMQ REST API</display-name >
2424
25- <servlet >
26- <servlet-name >MessageServlet</servlet-name >
27- <servlet-class >org.apache.activemq.web.MessageServlet</servlet-class >
28- <load-on-startup >1</load-on-startup >
29- <async-supported >true</async-supported >
30- <!--
31- Uncomment this parameter if you plan to use multiple consumers over REST
32- <init-param>
33- <param-name>destinationOptions</param-name>
34- <param-value>consumer.prefetchSize=1</param-value>
35- </init-param>
36- -->
37- <!--
38- Uncomment this parameter if you plan to change the default max size of a message over REST. By default, it is set
39- to 100,000. Set it to -1 to disable the limitation but be aware that your AMQ instance could run out of memory if
40- the message is too big. See https://issues.apache.org/jira/browse/AMQ-8029 for more details.
41- <init-param>
42- <param-name>maxMessageSize</param-name>
43- <param-value>-1</param-value>
44- </init-param>
45- -->
46- </servlet >
47-
4825 <servlet >
4926 <servlet-name >jolokia-agent</servlet-name >
5027 <servlet-class >org.jolokia.server.core.http.AgentServlet</servlet-class >
7451 <load-on-startup >1</load-on-startup >
7552 </servlet >
7653
77- <servlet-mapping >
78- <servlet-name >MessageServlet</servlet-name >
79- <url-pattern >/message/*</url-pattern >
80- </servlet-mapping >
81-
8254 <servlet-mapping >
8355 <servlet-name >jolokia-agent</servlet-name >
8456 <url-pattern >/jolokia/*</url-pattern >
You can’t perform that action at this time.
0 commit comments