[
https://issues.apache.org/jira/browse/ARTEMIS-4192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17696396#comment-17696396
]
Justin Bertram commented on ARTEMIS-4192:
-----------------------------------------
Thanks for the slick test! I wish everybody provided tests this nice.
That said, I ran it, and everything still worked just fine. Here's the output:
{noformat}
$ ./test.sh
[+] Building 30.8s (9/9) FINISHED
=> [internal] load build definition from Dockerfile
0.0s
=> => transferring dockerfile: 188B
0.0s
=> [internal] load .dockerignore
0.0s
=> => transferring context: 2B
0.0s
=> [internal] load metadata for docker.io/library/eclipse-temurin:19-jdk-jammy
1.3s
=> [1/4] FROM
docker.io/library/eclipse-temurin:19-jdk-jammy@sha256:f4bfb5d45d098b39cecaba9d39cdd1c9200a98787dc97ec4d6194fc2fbc6c427
24.4s
=> => resolve
docker.io/library/eclipse-temurin:19-jdk-jammy@sha256:f4bfb5d45d098b39cecaba9d39cdd1c9200a98787dc97ec4d6194fc2fbc6c427
0.0s
=> => sha256:b65bcf19d1445822c0d6f15ea82c9ed82ac1d903cfd6c1284ba7b2409a092845
30.43MB / 30.43MB
3.6s
=> => sha256:94b1a92356537d7da60fe31ae822ddc345f01a1be49b099c3b7d2bd576ae3b49
16.98MB / 16.98MB
4.2s
=> => sha256:bca869815a138aea4c0b471d1cf79fef978b1dcc4dfcb6bc0c3933e06bdafa65
201.12MB / 201.12MB
22.8s
=> => sha256:f4bfb5d45d098b39cecaba9d39cdd1c9200a98787dc97ec4d6194fc2fbc6c427
1.21kB / 1.21kB
0.0s
=> => sha256:f6b5cf2467413076b72bfb0a850c9ca942bbcf32fb642027a7b22b1187fac927
1.16kB / 1.16kB
0.0s
=> => sha256:d9933b1702dd8e35e598f07c9a1e6eb8506fdf73122888547d420d6b0c371c40
6.31kB / 6.31kB
0.0s
=> => extracting
sha256:b65bcf19d1445822c0d6f15ea82c9ed82ac1d903cfd6c1284ba7b2409a092845
0.4s
=> => sha256:1925c969eeef1eca66c9e96ad37e159e8d09f02673f28454bee9fc6469299d88
171B / 171B
3.8s
=> => extracting
sha256:94b1a92356537d7da60fe31ae822ddc345f01a1be49b099c3b7d2bd576ae3b49
0.5s
=> => extracting
sha256:bca869815a138aea4c0b471d1cf79fef978b1dcc4dfcb6bc0c3933e06bdafa65
1.3s
=> => extracting
sha256:1925c969eeef1eca66c9e96ad37e159e8d09f02673f28454bee9fc6469299d88
0.0s
=> [internal] load build context
2.4s
=> => transferring context: 554.76MB
2.4s
=> [2/4] ADD apache-artemis-2.28.0 /opt/broker
1.2s
=> [3/4] RUN adduser blub
0.4s
=> [4/4] WORKDIR /home/blub
0.1s
=> exporting to image
3.4s
=> => exporting layers
3.3s
=> => writing image
sha256:315ae8d01891cd285efb5d844164cabd2660a5235b0eb616b570f08415ad1ce6
0.0s
=> => naming to docker.io/library/artemis:bug-4192
0.0s
Creating ActiveMQ Artemis instance at: /home/blub/broker
Auto tuning journal ...
done! Your system can make 3.57 writes per millisecond, your
journal-buffer-timeout will be 280000
You can now start the broker by executing:
"/home/blub/broker/bin/artemis" run
Or you can run the broker in the background using:
"/home/blub/broker/bin/artemis-service" start
~/broker/etc ~
~
_ _ _
/ \ ____| |_ ___ __ __(_) _____
/ _ \| _ \ __|/ _ \ \/ | |/ __/
/ ___ \ | \/ |_/ __/ |\/| | |\___ \
/_/ \_\| \__\____|_| |_|_|/___ /
Apache ActiveMQ Artemis 2.28.0
2023-03-04 03:06:15,763 INFO
[org.apache.activemq.artemis.integration.bootstrap] AMQ101000: Starting
ActiveMQ Artemis Server version 2.28.0
2023-03-04 03:06:15,816 INFO [org.apache.activemq.artemis.core.server]
AMQ221000: live Message Broker is starting with configuration Broker
Configuration
(clustered=false,journalDirectory=data/journal,bindingsDirectory=data/bindings,largeMessagesDirectory=data/large-messages,pagingDirectory=data/paging)
2023-03-04 03:06:15,843 INFO [org.apache.activemq.artemis.core.server]
AMQ221013: Using NIO Journal
2023-03-04 03:06:15,884 INFO [org.apache.activemq.artemis.core.server]
AMQ221057: Global Max Size is being adjusted to 1/2 of the JVM max size (-Xmx).
being defined as 1073741824
2023-03-04 03:06:15,908 INFO [org.apache.activemq.artemis.core.server]
AMQ221043: Protocol module found: [artemis-server]. Adding protocol support
for: CORE
2023-03-04 03:06:15,908 INFO [org.apache.activemq.artemis.core.server]
AMQ221043: Protocol module found: [artemis-amqp-protocol]. Adding protocol
support for: AMQP
2023-03-04 03:06:15,909 INFO [org.apache.activemq.artemis.core.server]
AMQ221043: Protocol module found: [artemis-hornetq-protocol]. Adding protocol
support for: HORNETQ
2023-03-04 03:06:15,909 INFO [org.apache.activemq.artemis.core.server]
AMQ221043: Protocol module found: [artemis-mqtt-protocol]. Adding protocol
support for: MQTT
2023-03-04 03:06:15,909 INFO [org.apache.activemq.artemis.core.server]
AMQ221043: Protocol module found: [artemis-openwire-protocol]. Adding protocol
support for: OPENWIRE
2023-03-04 03:06:15,910 INFO [org.apache.activemq.artemis.core.server]
AMQ221043: Protocol module found: [artemis-stomp-protocol]. Adding protocol
support for: STOMP
2023-03-04 03:06:15,954 INFO [org.apache.activemq.artemis.core.server]
AMQ221034: Waiting indefinitely to obtain live lock
2023-03-04 03:06:15,954 INFO [org.apache.activemq.artemis.core.server]
AMQ221035: Live Server Obtained live lock
2023-03-04 03:06:16,033 INFO [org.apache.activemq.artemis.core.server]
AMQ221080: Deploying address DLQ supporting [ANYCAST]
2023-03-04 03:06:16,040 INFO [org.apache.activemq.artemis.core.server]
AMQ221003: Deploying ANYCAST queue DLQ on address DLQ
2023-03-04 03:06:16,077 INFO [org.apache.activemq.artemis.core.server]
AMQ221080: Deploying address ExpiryQueue supporting [ANYCAST]
2023-03-04 03:06:16,079 INFO [org.apache.activemq.artemis.core.server]
AMQ221003: Deploying ANYCAST queue ExpiryQueue on address ExpiryQueue
2023-03-04 03:06:16,081 INFO [org.apache.activemq.artemis.core.server]
AMQ221080: Deploying address TEST supporting [ANYCAST]
2023-03-04 03:06:16,082 INFO [org.apache.activemq.artemis.core.server]
AMQ221003: Deploying ANYCAST queue TEST on address TEST
2023-03-04 03:06:16,363 INFO [org.apache.activemq.artemis.core.server]
AMQ221020: Started EPOLL Acceptor at 0.0.0.0:61616 for protocols
[CORE,MQTT,AMQP,STOMP,HORNETQ,OPENWIRE]
2023-03-04 03:06:16,390 INFO [org.apache.activemq.artemis.core.server]
AMQ221020: Started EPOLL Acceptor at 0.0.0.0:5445 for protocols [HORNETQ,STOMP]
2023-03-04 03:06:16,393 INFO [org.apache.activemq.artemis.core.server]
AMQ221020: Started EPOLL Acceptor at 0.0.0.0:5672 for protocols [AMQP]
2023-03-04 03:06:16,438 INFO [org.apache.activemq.artemis.core.server]
AMQ221020: Started EPOLL Acceptor at 0.0.0.0:1883 for protocols [MQTT]
2023-03-04 03:06:16,441 INFO [org.apache.activemq.artemis.core.server]
AMQ221020: Started EPOLL Acceptor at 0.0.0.0:61613 for protocols [STOMP]
2023-03-04 03:06:16,452 INFO [org.apache.activemq.artemis.core.server]
AMQ221007: Server is now live
2023-03-04 03:06:16,453 INFO [org.apache.activemq.artemis.core.server]
AMQ221001: Apache ActiveMQ Artemis Message Broker version 2.28.0 [broker,
nodeID=86efadc1-ba39-11ed-aa5b-0242ac110002]
2023-03-04 03:06:16,460 INFO [org.apache.activemq.artemis] AMQ241003: Starting
embedded web server
2023-03-04 03:06:16,620 INFO
[org.apache.activemq.hawtio.branding.PluginContextListener] Initialized
activemq-branding plugin
2023-03-04 03:06:16,646 INFO
[org.apache.activemq.hawtio.plugin.PluginContextListener] Initialized
artemis-plugin plugin
2023-03-04 03:06:16,801 INFO [io.hawt.HawtioContextListener] Initialising
hawtio services
2023-03-04 03:06:16,805 INFO [io.hawt.system.ConfigManager] Configuration will
be discovered via system properties
2023-03-04 03:06:16,806 INFO [io.hawt.jmx.JmxTreeWatcher] Welcome to Hawtio
2.15.0
2023-03-04 03:06:16,809 INFO [io.hawt.web.auth.AuthenticationConfiguration]
Starting hawtio authentication filter, JAAS realm: "activemq" authorized
role(s): "admin" role principal classes:
"org.apache.activemq.artemis.spi.core.security.jaas.RolePrincipal"
2023-03-04 03:06:16,812 INFO [io.hawt.web.auth.LoginRedirectFilter] Hawtio
loginRedirectFilter is using 1800 sec. HttpSession timeout
2023-03-04 03:06:16,819 INFO [io.hawt.web.proxy.ProxyServlet] Proxy servlet is
disabled
2023-03-04 03:06:16,822 INFO
[io.hawt.web.servlets.JolokiaConfiguredAgentServlet] Jolokia overridden
property: [key=policyLocation,
value=file:/home/blub/broker/etc/jolokia-access.xml]
2023-03-04 03:06:16,869 INFO [org.apache.activemq.artemis] AMQ241001: HTTP
Server started at http://0.0.0.0:8161
2023-03-04 03:06:16,870 INFO [org.apache.activemq.artemis] AMQ241002: Artemis
Jolokia REST API available at http://0.0.0.0:8161/console/jolokia
2023-03-04 03:06:16,870 INFO [org.apache.activemq.artemis] AMQ241004: Artemis
Console available at http://0.0.0.0:8161/console
### Sending messages
Connection brokerURL = tcp://localhost:61616
Producer ActiveMQQueue[TEST], thread=32 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=13 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=24 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=20 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=30 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=35 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=8 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=33 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=2 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=37 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=10 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=12 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=29 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=4 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=36 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=34 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=22 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=52 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=26 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=53 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=0 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=50 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=7 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=16 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=5 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=28 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=3 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=38 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=15 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=14 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=21 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=23 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=27 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=9 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=17 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=11 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=31 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=19 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=25 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=18 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=1 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=39 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=40 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=42 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=41 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=6 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=45 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=44 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=43 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=48 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=47 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=46 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=51 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=49 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=58 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=61 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=55 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=60 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=57 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=56 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=63 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=59 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=54 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=62 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=65 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=66 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=78 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=80 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=69 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=67 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=77 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=79 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=70 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=76 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=68 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=64 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=71 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=73 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=72 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=82 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=81 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=83 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=75 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=88 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=90 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=74 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=87 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=89 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=97 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=93 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=94 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=98 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=99 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=92 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=91 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=95 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=84 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=85 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=86 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=96 Started to calculate elapsed time ...
2023-03-04 03:06:45,486 INFO [org.apache.activemq.artemis.core.server]
AMQ222038: Starting paging on address 'TEST'; size=27244043 bytes (25001
messages); maxSize=-1 bytes (25000 messages); globalSize=27244043 bytes (25001
messages); globalMaxSize=1073741824 bytes (-1 messages);
Producer ActiveMQQueue[TEST], thread=56 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=56 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=56 Elapsed time in milli second : 146364
milli seconds
Producer ActiveMQQueue[TEST], thread=98 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=98 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=98 Elapsed time in milli second : 146354
milli seconds
Producer ActiveMQQueue[TEST], thread=53 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=53 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=53 Elapsed time in milli second : 146405
milli seconds
Producer ActiveMQQueue[TEST], thread=62 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=62 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=62 Elapsed time in milli second : 146379
milli seconds
Producer ActiveMQQueue[TEST], thread=65 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=65 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=65 Elapsed time in milli second : 146392
milli seconds
Producer ActiveMQQueue[TEST], thread=87 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=87 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=87 Elapsed time in milli second : 146395
milli seconds
Producer ActiveMQQueue[TEST], thread=49 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=49 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=49 Elapsed time in milli second : 146441
milli seconds
Producer ActiveMQQueue[TEST], thread=36 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=36 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=36 Elapsed time in milli second : 146454
milli seconds
Producer ActiveMQQueue[TEST], thread=97 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=38 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=97 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=38 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=97 Elapsed time in milli second : 146414
milli seconds
Producer ActiveMQQueue[TEST], thread=38 Elapsed time in milli second : 146451
milli seconds
Producer ActiveMQQueue[TEST], thread=89 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=78 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=89 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=78 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=89 Elapsed time in milli second : 146425
milli seconds
Producer ActiveMQQueue[TEST], thread=78 Elapsed time in milli second : 146434
milli seconds
Producer ActiveMQQueue[TEST], thread=74 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=74 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=74 Elapsed time in milli second : 146427
milli seconds
Producer ActiveMQQueue[TEST], thread=14 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=14 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=14 Elapsed time in milli second : 146467
milli seconds
Producer ActiveMQQueue[TEST], thread=71 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=34 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=71 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=34 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=71 Elapsed time in milli second : 146443
milli seconds
Producer ActiveMQQueue[TEST], thread=34 Elapsed time in milli second : 146476
milli seconds
Producer ActiveMQQueue[TEST], thread=83 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=42 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=83 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=42 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=83 Elapsed time in milli second : 146438
milli seconds
Producer ActiveMQQueue[TEST], thread=42 Elapsed time in milli second : 146473
milli seconds
Producer ActiveMQQueue[TEST], thread=79 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=79 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=79 Elapsed time in milli second : 146449
milli seconds
Producer ActiveMQQueue[TEST], thread=15 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=39 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=15 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=39 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=15 Elapsed time in milli second : 146478
milli seconds
Producer ActiveMQQueue[TEST], thread=39 Elapsed time in milli second : 146477
milli seconds
Producer ActiveMQQueue[TEST], thread=11 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=11 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=11 Elapsed time in milli second : 146481
milli seconds
Producer ActiveMQQueue[TEST], thread=40 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=40 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=40 Elapsed time in milli second : 146482
milli seconds
Producer ActiveMQQueue[TEST], thread=0 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=0 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=0 Elapsed time in milli second : 146490
milli seconds
Producer ActiveMQQueue[TEST], thread=8 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=52 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=8 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=52 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=8 Elapsed time in milli second : 146491
milli seconds
Producer ActiveMQQueue[TEST], thread=52 Elapsed time in milli second : 146491
milli seconds
Producer ActiveMQQueue[TEST], thread=92 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=92 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=92 Elapsed time in milli second : 146451
milli seconds
Producer ActiveMQQueue[TEST], thread=25 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=25 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=25 Elapsed time in milli second : 146491
milli seconds
Producer ActiveMQQueue[TEST], thread=59 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=59 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=59 Elapsed time in milli second : 146475
milli seconds
Producer ActiveMQQueue[TEST], thread=99 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=99 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=99 Elapsed time in milli second : 146456
milli seconds
Producer ActiveMQQueue[TEST], thread=6 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=6 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=6 Elapsed time in milli second : 146493
milli seconds
Producer ActiveMQQueue[TEST], thread=32 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=32 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=32 Elapsed time in milli second : 146501
milli seconds
Producer ActiveMQQueue[TEST], thread=54 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=54 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=54 Elapsed time in milli second : 146478
milli seconds
Producer ActiveMQQueue[TEST], thread=47 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=47 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=47 Elapsed time in milli second : 146496
milli seconds
Producer ActiveMQQueue[TEST], thread=55 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=35 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=55 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=35 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=55 Elapsed time in milli second : 146481
milli seconds
Producer ActiveMQQueue[TEST], thread=35 Elapsed time in milli second : 146504
milli seconds
Producer ActiveMQQueue[TEST], thread=17 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=17 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=17 Elapsed time in milli second : 146500
milli seconds
Producer ActiveMQQueue[TEST], thread=75 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=75 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=75 Elapsed time in milli second : 146466
milli seconds
Producer ActiveMQQueue[TEST], thread=60 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=60 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=60 Elapsed time in milli second : 146488
milli seconds
Producer ActiveMQQueue[TEST], thread=31 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=31 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=31 Elapsed time in milli second : 146510
milli seconds
Producer ActiveMQQueue[TEST], thread=73 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=80 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=73 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=80 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=80 Elapsed time in milli second : 146485
milli seconds
Producer ActiveMQQueue[TEST], thread=73 Elapsed time in milli second : 146484
milli seconds
Producer ActiveMQQueue[TEST], thread=21 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=21 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=21 Elapsed time in milli second : 146513
milli seconds
Producer ActiveMQQueue[TEST], thread=27 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=37 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=27 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=37 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=27 Elapsed time in milli second : 146520
milli seconds
Producer ActiveMQQueue[TEST], thread=37 Elapsed time in milli second : 146525
milli seconds
Producer ActiveMQQueue[TEST], thread=10 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=10 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=10 Elapsed time in milli second : 146526
milli seconds
Producer ActiveMQQueue[TEST], thread=69 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=69 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=69 Elapsed time in milli second : 146497
milli seconds
Producer ActiveMQQueue[TEST], thread=85 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=85 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=85 Elapsed time in milli second : 146485
milli seconds
Producer ActiveMQQueue[TEST], thread=41 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=41 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=41 Elapsed time in milli second : 146527
milli seconds
Producer ActiveMQQueue[TEST], thread=64 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=64 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=81 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=64 Elapsed time in milli second : 146500
milli seconds
Producer ActiveMQQueue[TEST], thread=81 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=81 Elapsed time in milli second : 146498
milli seconds
Producer ActiveMQQueue[TEST], thread=57 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=1 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=57 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=1 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=57 Elapsed time in milli second : 146511
milli seconds
Producer ActiveMQQueue[TEST], thread=1 Elapsed time in milli second : 146528
milli seconds
Producer ActiveMQQueue[TEST], thread=76 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=76 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=76 Elapsed time in milli second : 146508
milli seconds
Producer ActiveMQQueue[TEST], thread=3 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=2 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=3 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=2 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=3 Elapsed time in milli second : 146539
milli seconds
Producer ActiveMQQueue[TEST], thread=2 Elapsed time in milli second : 146543
milli seconds
Producer ActiveMQQueue[TEST], thread=63 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=63 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=63 Elapsed time in milli second : 146523
milli seconds
Producer ActiveMQQueue[TEST], thread=46 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=46 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=46 Elapsed time in milli second : 146539
milli seconds
Producer ActiveMQQueue[TEST], thread=82 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=30 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=30 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=30 Elapsed time in milli second : 146547
milli seconds
Producer ActiveMQQueue[TEST], thread=82 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=82 Elapsed time in milli second : 146512
milli seconds
Producer ActiveMQQueue[TEST], thread=68 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=68 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=68 Elapsed time in milli second : 146515
milli seconds
Producer ActiveMQQueue[TEST], thread=72 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=72 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=72 Elapsed time in milli second : 146519
milli seconds
Producer ActiveMQQueue[TEST], thread=13 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=13 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=13 Elapsed time in milli second : 146556
milli seconds
Producer ActiveMQQueue[TEST], thread=96 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=88 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=96 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=96 Elapsed time in milli second : 146510
milli seconds
Producer ActiveMQQueue[TEST], thread=88 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=88 Elapsed time in milli second : 146514
milli seconds
Producer ActiveMQQueue[TEST], thread=70 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=70 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=70 Elapsed time in milli second : 146525
milli seconds
Producer ActiveMQQueue[TEST], thread=19 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=19 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=19 Elapsed time in milli second : 146554
milli seconds
Producer ActiveMQQueue[TEST], thread=29 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=29 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=29 Elapsed time in milli second : 146562
milli seconds
Producer ActiveMQQueue[TEST], thread=26 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=26 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=24 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=26 Elapsed time in milli second : 146563
milli seconds
Producer ActiveMQQueue[TEST], thread=28 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=24 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=51 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=94 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=28 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=94 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=28 Elapsed time in milli second : 146559
milli seconds
Producer ActiveMQQueue[TEST], thread=51 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=24 Elapsed time in milli second : 146564
milli seconds
Producer ActiveMQQueue[TEST], thread=12 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=51 Elapsed time in milli second : 146556
milli seconds
Producer ActiveMQQueue[TEST], thread=94 Elapsed time in milli second : 146521
milli seconds
Producer ActiveMQQueue[TEST], thread=12 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=12 Elapsed time in milli second : 146563
milli seconds
Producer ActiveMQQueue[TEST], thread=9 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=9 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=9 Elapsed time in milli second : 146559
milli seconds
Producer ActiveMQQueue[TEST], thread=86 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=86 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=86 Elapsed time in milli second : 146519
milli seconds
Producer ActiveMQQueue[TEST], thread=91 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=84 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=91 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=84 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=91 Elapsed time in milli second : 146523
milli seconds
Producer ActiveMQQueue[TEST], thread=84 Elapsed time in milli second : 146521
milli seconds
Producer ActiveMQQueue[TEST], thread=95 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=95 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=58 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=95 Elapsed time in milli second : 146526
milli seconds
Producer ActiveMQQueue[TEST], thread=58 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=58 Elapsed time in milli second : 146547
milli seconds
Producer ActiveMQQueue[TEST], thread=77 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=77 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=77 Elapsed time in milli second : 146538
milli seconds
Producer ActiveMQQueue[TEST], thread=93 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=93 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=93 Elapsed time in milli second : 146530
milli seconds
Producer ActiveMQQueue[TEST], thread=22 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=43 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=22 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=43 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=22 Elapsed time in milli second : 146573
milli seconds
Producer ActiveMQQueue[TEST], thread=43 Elapsed time in milli second : 146567
milli seconds
Producer ActiveMQQueue[TEST], thread=66 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=66 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=66 Elapsed time in milli second : 146543
milli seconds
Producer ActiveMQQueue[TEST], thread=20 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=20 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=20 Elapsed time in milli second : 146579
milli seconds
Producer ActiveMQQueue[TEST], thread=23 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=23 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=23 Elapsed time in milli second : 146575
milli seconds
Producer ActiveMQQueue[TEST], thread=5 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=5 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=5 Elapsed time in milli second : 146579
milli seconds
Producer ActiveMQQueue[TEST], thread=90 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=90 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=90 Elapsed time in milli second : 146543
milli seconds
Producer ActiveMQQueue[TEST], thread=61 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=61 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=61 Elapsed time in milli second : 146562
milli seconds
Producer ActiveMQQueue[TEST], thread=7 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=7 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=7 Elapsed time in milli second : 146588
milli seconds
Producer ActiveMQQueue[TEST], thread=48 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=48 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=48 Elapsed time in milli second : 146584
milli seconds
Producer ActiveMQQueue[TEST], thread=4 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=50 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=50 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=50 Elapsed time in milli second : 146592
milli seconds
Producer ActiveMQQueue[TEST], thread=4 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=4 Elapsed time in milli second : 146592
milli seconds
Producer ActiveMQQueue[TEST], thread=33 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=33 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=33 Elapsed time in milli second : 146599
milli seconds
Producer ActiveMQQueue[TEST], thread=67 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=67 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=67 Elapsed time in milli second : 146574
milli seconds
Producer ActiveMQQueue[TEST], thread=18 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=44 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=18 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=44 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=18 Elapsed time in milli second : 146606
milli seconds
Producer ActiveMQQueue[TEST], thread=44 Elapsed time in milli second : 146606
milli seconds
Producer ActiveMQQueue[TEST], thread=45 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=45 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=45 Elapsed time in milli second : 146610
milli seconds
Producer ActiveMQQueue[TEST], thread=16 Produced: 20000 messages
Producer ActiveMQQueue[TEST], thread=16 Elapsed time in second : 146 s
Producer ActiveMQQueue[TEST], thread=16 Elapsed time in milli second : 146641
milli seconds
### Sending removeAllMessages
* Trying 127.0.0.1:8161...
* Connected to localhost (127.0.0.1) port 8161 (#0)
* Server auth using Basic with user 'admin'
> GET
> /console/jolokia/exec/org.apache.activemq.artemis:broker=!%22broker!%22,component=addresses,address=!%22TEST!%22,subcomponent=queues,routing-type=!%22anycast!%22,queue=!%22TEST!%22/removeAllMessages()
> HTTP/1.1
> Host: localhost:8161
> Authorization: Basic YWRtaW46YWRtaW4=
> User-Agent: curl/7.81.0
> Accept: */*
> Origin: http://localhost:8161
>
2023-03-04 03:09:17,069 INFO [org.apache.activemq.artemis.core.server]
AMQ224108: Stopped paging on address 'TEST'; size=0 bytes (0 messages);
maxSize=-1 bytes (25000 messages); globalSize=0 bytes (0 messages);
globalMaxSize=1073741824 bytes (-1 messages);
* Mark bundle as not supporting multiuse
< HTTP/1.1 200 OK
< Date: Sat, 04 Mar 2023 03:09:17 GMT
< Cache-Control: no-cache
< Pragma: no-cache
< Access-Control-Allow-Origin: *
< X-Frame-Options: SAMEORIGIN
< X-XSS-Protection: 1
< X-Content-Type-Options: nosniff
< Content-Security-Policy: default-src 'self'; script-src 'self'
'unsafe-inline' 'unsafe-eval' ; style-src 'self' 'unsafe-inline'; font-src
'self' data:; img-src 'self' data:; connect-src 'self' ; frame-src 'self'
< Strict-Transport-Security: max-age=31536000;includeSubDomains;preload
< Content-Type: text/plain;charset=utf-8
< Expires: Sat, 04 Mar 2023 02:09:17 GMT
< Transfer-Encoding: chunked
<
* Connection #0 to host localhost left intact
{"request":{"mbean":"org.apache.activemq.artemis:address=\"TEST\",broker=\"broker\",component=addresses,queue=\"TEST\",routing-type=\"anycast\",subcomponent=queues","type":"exec","operation":"removeAllMessages()"},"value":2000000,"timestamp":1677899357,"status":200}2023-03-04
03:10:42,345 INFO [io.hawt.web.auth.LoginServlet] Hawtio login is using 1800
sec. HttpSession timeout
2023-03-04 03:10:42,975 INFO [io.hawt.web.auth.keycloak.KeycloakServlet]
Keycloak integration is disabled
2023-03-04 03:10:48,286 INFO [io.hawt.web.auth.LoginServlet] Logging in user:
admin{noformat}
After the test was complete I logged into the web console to make sure
everything was working as normal, and as far as I could tell there were no
problems. There was certainly no OOME. FWIW, I'm running:
* OS: Ubuntu 22.04.2 LTS (Jammy Jellyfish) 64-bit
* Kernel: Linux 5.15.0-67-generic x86_64
* Processor: Intel® Core™ i7-9850H CPU @ 2.60GHz × 12
* Memory: 32 GiB
I honestly don't have any good ideas about why you're seeing different results.
> Calling removeAllMessages for a large paged queue causes OOM situation
> ----------------------------------------------------------------------
>
> Key: ARTEMIS-4192
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4192
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: Broker
> Affects Versions: 2.27.0, 2.28.0
> Reporter: Dries Harnie
> Priority: Major
> Attachments: bug-4192.tar, image-2023-03-03-00-09-50-092.png
>
>
> Steps to reproduce:
> # Create a broker from default settings
> # Add the following to {{broker.xml}} to enable paging for the TEST queue.
> {code:xml}
> <address-setting match="TEST">
> <max-size-messages>25000</max-size-messages>
> </address-setting>{code}
> # Use {{artemis producer}} to dump 2 million messages into the TEST queue
> {noformat}
> ./bin/artemis producer --message-count 20000 --threads 100{noformat}
> # Call {{removeAllMessages}} using the console or via Jolokia:
> {noformat}
> curl -sH "Origin: http://localhost:8161" -u admin:admin
> '[http://localhost:8161/console/jolokia/exec/org.apache.activemq.artemis:broker=!%220.0.0.0!%22,component=addresses,address=!%22TEST!%22,subcomponent=queues,routing-type=!%22anycast!%22,queue=!%22TEST!%22/removeAllMessages()']{noformat}
> The broker will start producing Java Heap space errors and shutdown.
> I managed to take a heap dump and I noticed there are quite a few Artemis
> classes with an instance count of around one million, and then several more
> around 20,000. I included the latter because messages seem to be bundled into
> transactions of 500.
> !image-2023-03-03-00-09-50-092.png!
--
This message was sent by Atlassian Jira
(v8.20.10#820010)