Starting the drainer { "kind": "Endpoints", "apiVersion": "v1", "metadata": { "name": "amq-broker-amq-headless", "namespace": "aao-demo-0", "selfLink": "/api/v1/namespaces/aao-demo-0/endpoints/amq-broker-amq-headless", "uid": "b2ed4294-d4b2-11e9-8ad7-525400d7c38d", "resourceVersion": "40931468", "creationTimestamp": "2019-09-11T16:39:18Z", "labels": { "ActiveMQArtemis": "ex-aao", "application": "ex-aao-app" } }, "subsets": [ { "addresses": [ { "ip": "10.129.0.12", "hostname": "ex-aao-ss-1", "nodeName": "node1-ocp311.kieley.ca", "targetRef": { "kind": "Pod", "namespace": "aao-demo-0", "name": "ex-aao-ss-1", "uid": "3074f479-d4b3-11e9-8ad7-525400d7c38d", "resourceVersion": "40929993" } }, { "ip": "10.130.1.173", "hostname": "ex-aao-ss-0", "nodeName": "node2-ocp311.kieley.ca", "targetRef": { "kind": "Pod", "namespace": "aao-demo-0", "name": "ex-aao-ss-0", "uid": "cb3c1201-d4b2-11e9-8ad7-525400d7c38d", "resourceVersion": "40929520" } } ], "ports": [ { "name": "stomp", "port": 61613, "protocol": "TCP" }, { "name": "all", "port": 61616, "protocol": "TCP" }, { "name": "console-jolokia", "port": 8161, "protocol": "TCP" }, { "name": "amqp", "port": 5672, "protocol": "TCP" }, { "name": "mqtt", "port": 1883, "protocol": "TCP" } ] } ] } got ip 10.129.0.12 broker ip is ex-aao-ss-2 -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:+UseParallelOldGC -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:MaxMetaspaceSize=100m -XX:+ExitOnOutOfMemoryError Removing provided -XX:+UseParallelOldGC in favour of artemis.profile provided option Configuring Broker Broker will be clustered Creating Broker with args --silent --role admin --name amq-broker --http-host ex-aao-ss-2 --java-options=-Djava.net.preferIPv4Stack=true --user XXXXX --password XXXXX --allow-anonymous --data /opt/ex-aao/data --no-autotune --clustered --cluster-user XXXXX --cluster-password XXXXX --host ex-aao-ss-2 OpenJDK 64-Bit Server VM warning: If the number of processors is expected to increase from one, then you should configure the number of parallel GC threads appropriately using -XX:ParallelGCThreads=N Creating ActiveMQ Artemis instance at: /home/jboss/amq-broker You can now start the broker by executing: "/home/jboss/amq-broker/bin/artemis" run Or you can run the broker in the background using: "/home/jboss/amq-broker/bin/artemis-service" start Generating jgroups-ping.xml, current dir is: /home/jboss, AMQHOME: /opt/amq PING_SERVICE is not set APPLICATION_NAME is not set Setting redistribution-delay to zero. Configuring logging directory to be /opt/ex-aao/data/log Removing hardcoded -Xms -Xmx from artemis.profile in favour of JAVA_OPTS in log above Copying Config files from S2I build '/opt/amq/conf/jgroups-ping.xml' -> '/home/jboss/amq-broker/etc/jgroups-ping.xml' Custom Configuration file 'BROKER_XML' is disabled Custom Configuration file 'LOGGING_PROPERTIES' is disabled Starting artemis-service id: cannot find name for user ID 1000770000 artemis-service is now running (239) 2019-09-11 16:52:27,223 INFO [org.apache.activemq.artemis.integration.bootstrap] AMQ101000: Starting ActiveMQ Artemis Server 2019-09-11 16:52:27,444 INFO [org.apache.activemq.artemis.core.server] AMQ221000: live Message Broker is starting with configuration Broker Configuration (clustered=true,journalDirectory=/opt/ex-aao/data/journal,bindingsDirectory=/opt/ex-aao/data/bindings,largeMessagesDirectory=/opt/ex-aao/data/large-messages,pagingDirectory=/opt/ex-aao/data/paging) 2019-09-11 16:52:27,606 INFO [org.apache.activemq.artemis.core.server] AMQ221013: Using NIO Journal 2019-09-11 16:52:27,901 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 622,854,144 2019-09-11 16:52:28,687 WARNING [org.jgroups.stack.Configurator] JGRP000014: BasicTCP.use_send_queues has been deprecated: will be removed in 4.0 2019-09-11 16:52:28,753 WARNING [org.jgroups.stack.Configurator] JGRP000014: Discovery.timeout has been deprecated: GMS.join_timeout should be used instead 2019-09-11 16:52:29,086 INFO [org.jgroups.protocols.openshift.DNS_PING] serviceName [ping] set; clustering enabled 2019-09-11 16:52:32,300 INFO [org.openshift.ping.common.Utils] 3 attempt(s) with a 1000ms sleep to execute [GetServicePort] failed. Last failure was [javax.naming.ServiceUnavailableException: DNS server failure [response code 2]] 2019-09-11 16:52:32,301 WARNING [org.jgroups.protocols.openshift.DNS_PING] No DNS SRV record found for service [ping] 2019-09-11 16:52:32,747 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE 2019-09-11 16:52:32,750 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-amqp-protocol]. Adding protocol support for: AMQP 2019-09-11 16:52:32,752 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-hornetq-protocol]. Adding protocol support for: HORNETQ 2019-09-11 16:52:32,754 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-mqtt-protocol]. Adding protocol support for: MQTT 2019-09-11 16:52:32,755 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-openwire-protocol]. Adding protocol support for: OPENWIRE 2019-09-11 16:52:32,757 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-stomp-protocol]. Adding protocol support for: STOMP 2019-09-11 16:52:33,124 INFO [org.apache.activemq.artemis.core.server] AMQ221034: Waiting indefinitely to obtain live lock 2019-09-11 16:52:33,126 INFO [org.apache.activemq.artemis.core.server] AMQ221035: Live Server Obtained live lock 2019-09-11 16:52:34,173 INFO [org.apache.activemq.artemis.core.server] AMQ221080: Deploying address DLQ supporting [ANYCAST] 2019-09-11 16:52:34,316 INFO [org.apache.activemq.artemis.core.server] AMQ221003: Deploying ANYCAST queue DLQ on address DLQ 2019-09-11 16:52:34,676 INFO [org.apache.activemq.artemis.core.server] AMQ221080: Deploying address ExpiryQueue supporting [ANYCAST] 2019-09-11 16:52:34,692 INFO [org.apache.activemq.artemis.core.server] AMQ221003: Deploying ANYCAST queue ExpiryQueue on address ExpiryQueue 2019-09-11 16:52:34,936 INFO [org.apache.activemq.artemis.core.server] AMQ221020: Started EPOLL Acceptor at ex-aao-ss-2.amq-broker-amq-headless.aao-demo-0.svc.cluster.local:61616 for protocols [CORE] 2019-09-11 16:52:34,954 INFO [org.apache.activemq.artemis.core.server] AMQ221007: Server is now live 2019-09-11 16:52:34,955 INFO [org.apache.activemq.artemis.core.server] AMQ221001: Apache ActiveMQ Artemis Message Broker version 2.10.0.redhat-00002 [amq-broker, nodeID=894086ff-d4b4-11e9-8887-0a580a8201b0] 2019-09-11 16:52:36,696 INFO [org.apache.activemq.artemis.core.server] AMQ221027: Bridge ClusterConnectionBridge@495d2a17 [name=$.artemis.internal.sf.my-cluster.c749427c-ca8c-11e9-8adc-0a580a8200ff, queue=QueueImpl[name=$.artemis.internal.sf.my-cluster.c749427c-ca8c-11e9-8adc-0a580a8200ff, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::serverUUID=894086ff-d4b4-11e9-8887-0a580a8201b0], temp=false]@23b687c2 targetConnector=ServerLocatorImpl (identity=(Cluster-connection-bridge::ClusterConnectionBridge@495d2a17 [name=$.artemis.internal.sf.my-cluster.c749427c-ca8c-11e9-8adc-0a580a8200ff, queue=QueueImpl[name=$.artemis.internal.sf.my-cluster.c749427c-ca8c-11e9-8adc-0a580a8200ff, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::serverUUID=894086ff-d4b4-11e9-8887-0a580a8201b0], temp=false]@23b687c2 targetConnector=ServerLocatorImpl [initialConnectors=[TransportConfiguration(name=artemis, factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyConnectorFactory) ?port=61616&host=ex-aao-ss-0-amq-broker-amq-headless-aao-demo-0-svc-cluster-local], discoveryGroupConfiguration=null]]::ClusterConnectionImpl@1470868839[nodeUUID=894086ff-d4b4-11e9-8887-0a580a8201b0, connector=TransportConfiguration(name=artemis, factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyConnectorFactory) ?port=61616&host=ex-aao-ss-2-amq-broker-amq-headless-aao-demo-0-svc-cluster-local, address=, server=ActiveMQServerImpl::serverUUID=894086ff-d4b4-11e9-8887-0a580a8201b0])) [initialConnectors=[TransportConfiguration(name=artemis, factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyConnectorFactory) ?port=61616&host=ex-aao-ss-0-amq-broker-amq-headless-aao-demo-0-svc-cluster-local], discoveryGroupConfiguration=null]] is connected 2019-09-11 16:52:36,762 INFO [org.apache.activemq.artemis.core.server] AMQ221027: Bridge ClusterConnectionBridge@3c1dc7d7 [name=$.artemis.internal.sf.my-cluster.383d811c-d4b3-11e9-9ff8-0a580a81000c, queue=QueueImpl[name=$.artemis.internal.sf.my-cluster.383d811c-d4b3-11e9-9ff8-0a580a81000c, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::serverUUID=894086ff-d4b4-11e9-8887-0a580a8201b0], temp=false]@1cd85fa5 targetConnector=ServerLocatorImpl (identity=(Cluster-connection-bridge::ClusterConnectionBridge@3c1dc7d7 [name=$.artemis.internal.sf.my-cluster.383d811c-d4b3-11e9-9ff8-0a580a81000c, queue=QueueImpl[name=$.artemis.internal.sf.my-cluster.383d811c-d4b3-11e9-9ff8-0a580a81000c, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::serverUUID=894086ff-d4b4-11e9-8887-0a580a8201b0], temp=false]@1cd85fa5 targetConnector=ServerLocatorImpl [initialConnectors=[TransportConfiguration(name=artemis, factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyConnectorFactory) ?port=61616&host=ex-aao-ss-1-amq-broker-amq-headless-aao-demo-0-svc-cluster-local], discoveryGroupConfiguration=null]]::ClusterConnectionImpl@1470868839[nodeUUID=894086ff-d4b4-11e9-8887-0a580a8201b0, connector=TransportConfiguration(name=artemis, factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyConnectorFactory) ?port=61616&host=ex-aao-ss-2-amq-broker-amq-headless-aao-demo-0-svc-cluster-local, address=, server=ActiveMQServerImpl::serverUUID=894086ff-d4b4-11e9-8887-0a580a8201b0])) [initialConnectors=[TransportConfiguration(name=artemis, factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyConnectorFactory) ?port=61616&host=ex-aao-ss-1-amq-broker-amq-headless-aao-demo-0-svc-cluster-local], discoveryGroupConfiguration=null]] is connected 2019-09-11 16:52:36,875 INFO [org.apache.activemq.artemis.core.server] AMQ221027: Bridge ClusterConnectionBridge@631a37ce [name=$.artemis.internal.sf.my-cluster.50db1433-d4b3-11e9-8f14-0a580a8201ae, queue=QueueImpl[name=$.artemis.internal.sf.my-cluster.50db1433-d4b3-11e9-8f14-0a580a8201ae, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::serverUUID=894086ff-d4b4-11e9-8887-0a580a8201b0], temp=false]@3d61697f targetConnector=ServerLocatorImpl (identity=(Cluster-connection-bridge::ClusterConnectionBridge@631a37ce [name=$.artemis.internal.sf.my-cluster.50db1433-d4b3-11e9-8f14-0a580a8201ae, queue=QueueImpl[name=$.artemis.internal.sf.my-cluster.50db1433-d4b3-11e9-8f14-0a580a8201ae, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::serverUUID=894086ff-d4b4-11e9-8887-0a580a8201b0], temp=false]@3d61697f targetConnector=ServerLocatorImpl [initialConnectors=[TransportConfiguration(name=artemis, factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyConnectorFactory) ?port=61616&host=ex-aao-ss-2], discoveryGroupConfiguration=null]]::ClusterConnectionImpl@1470868839[nodeUUID=894086ff-d4b4-11e9-8887-0a580a8201b0, connector=TransportConfiguration(name=artemis, factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyConnectorFactory) ?port=61616&host=ex-aao-ss-2-amq-broker-amq-headless-aao-demo-0-svc-cluster-local, address=, server=ActiveMQServerImpl::serverUUID=894086ff-d4b4-11e9-8887-0a580a8201b0])) [initialConnectors=[TransportConfiguration(name=artemis, factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyConnectorFactory) ?port=61616&host=ex-aao-ss-2], discoveryGroupConfiguration=null]] is connected 2019-09-11 16:52:37,963 INFO [io.hawt.branding.plugin.PluginContextListener] Initialized hawtio-redhat-fuse-branding plugin 2019-09-11 16:52:38,253 INFO [org.apache.activemq.hawtio.plugin.PluginContextListener] Initialized artemis-plugin plugin 2019-09-11 16:52:41,415 INFO [io.hawt.system.ConfigManager] Configuration will be discovered via system properties 2019-09-11 16:52:41,427 INFO [io.hawt.jmx.JmxTreeWatcher] Welcome to hawtio 1.4.0.redhat-630396 : http://hawt.io/ : Don't cha wish your console was hawt like me? ;-) 2019-09-11 16:52:41,436 INFO [io.hawt.jmx.UploadManager] Using file upload directory: /home/jboss/amq-broker/tmp/uploads 2019-09-11 16:52:41,548 INFO [io.hawt.web.AuthenticationFilter] Starting hawtio authentication filter, JAAS realm: "activemq" authorized role(s): "admin" role principal classes: "org.apache.activemq.artemis.spi.core.security.jaas.RolePrincipal" 2019-09-11 16:52:41,723 INFO [io.hawt.web.JolokiaConfiguredAgentServlet] Jolokia overridden property: [key=policyLocation, value=file:/home/jboss/amq-broker/etc/jolokia-access.xml] 2019-09-11 16:52:41,915 INFO [io.hawt.web.RBACMBeanInvoker] Using MBean [hawtio:type=security,area=jmx,rank=0,name=HawtioDummyJMXSecurity] for role based access control 2019-09-11 16:52:42,679 INFO [io.hawt.system.ProxyWhitelist] Probing local addresses ... 2019-09-11 16:52:42,696 INFO [io.hawt.system.ProxyWhitelist] Initial proxy whitelist: [localhost, 127.0.0.1, 10.130.1.176, ex-aao-ss-2.amq-broker-amq-headless.aao-demo-0.svc.cluster.local] 2019-09-11 16:52:44,310 INFO [org.apache.activemq.artemis] AMQ241001: HTTP Server started at http://ex-aao-ss-2.amq-broker-amq-headless.aao-demo-0.svc.cluster.local:8161 2019-09-11 16:52:44,311 INFO [org.apache.activemq.artemis] AMQ241002: Artemis Jolokia REST API available at http://ex-aao-ss-2.amq-broker-amq-headless.aao-demo-0.svc.cluster.local:8161/console/jolokia 2019-09-11 16:52:44,315 INFO [org.apache.activemq.artemis] AMQ241004: Artemis Console available at http://ex-aao-ss-2.amq-broker-amq-headless.aao-demo-0.svc.cluster.local:8161/console 2019-09-11 16:53:14,178 INFO [org.apache.activemq.artemis.core.server] AMQ221029: stopped bridge $.artemis.internal.sf.my-cluster.383d811c-d4b3-11e9-9ff8-0a580a81000c 2019-09-11 16:53:14,154 WARN [org.apache.activemq.artemis.core.client] AMQ212037: Connection failure to ex-aao-ss-2/10.130.1.176:61616 has been detected: AMQ219015: The connection was disconnected because of server shutdown [code=DISCONNECTED] 2019-09-11 16:53:14,271 INFO [org.apache.activemq.artemis.core.server] AMQ221029: stopped bridge $.artemis.internal.sf.my-cluster.50db1433-d4b3-11e9-8f14-0a580a8201ae 2019-09-11 16:53:14,279 INFO [org.apache.activemq.artemis.core.server] AMQ221029: stopped bridge $.artemis.internal.sf.my-cluster.c749427c-ca8c-11e9-8adc-0a580a8200ff 2019-09-11 16:53:18,229 INFO [io.hawt.web.AuthenticationFilter] Destroying hawtio authentication filter 2019-09-11 16:53:18,688 INFO [org.apache.activemq.hawtio.plugin.PluginContextListener] Destroyed artemis-plugin plugin 2019-09-11 16:53:18,709 INFO [io.hawt.branding.plugin.PluginContextListener] Destroyed hawtio-redhat-fuse-branding plugin 2019-09-11 16:53:18,783 INFO [org.apache.activemq.artemis.core.server] AMQ221002: Apache ActiveMQ Artemis Message Broker version 2.10.0.redhat-00002 [894086ff-d4b4-11e9-8887-0a580a8201b0] stopped, uptime 51.498 seconds 2019-09-11 17:03:07,109 INFO [org.apache.activemq.artemis.integration.bootstrap] AMQ101000: Starting ActiveMQ Artemis Server 2019-09-11 17:03:07,269 INFO [org.apache.activemq.artemis.core.server] AMQ221000: live Message Broker is starting with configuration Broker Configuration (clustered=true,journalDirectory=/opt/ex-aao/data/journal,bindingsDirectory=/opt/ex-aao/data/bindings,largeMessagesDirectory=/opt/ex-aao/data/large-messages,pagingDirectory=/opt/ex-aao/data/paging) 2019-09-11 17:03:07,563 INFO [org.apache.activemq.artemis.core.server] AMQ221012: Using AIO Journal 2019-09-11 17:03:08,018 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 622,854,144 2019-09-11 17:03:08,692 WARNING [org.jgroups.stack.Configurator] JGRP000014: BasicTCP.use_send_queues has been deprecated: will be removed in 4.0 2019-09-11 17:03:08,757 WARNING [org.jgroups.stack.Configurator] JGRP000014: Discovery.timeout has been deprecated: GMS.join_timeout should be used instead 2019-09-11 17:03:09,001 INFO [org.jgroups.protocols.openshift.DNS_PING] serviceName [ping] set; clustering enabled 2019-09-11 17:03:09,490 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE 2019-09-11 17:03:09,496 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-amqp-protocol]. Adding protocol support for: AMQP 2019-09-11 17:03:09,498 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-hornetq-protocol]. Adding protocol support for: HORNETQ 2019-09-11 17:03:09,499 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-mqtt-protocol]. Adding protocol support for: MQTT 2019-09-11 17:03:09,501 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-openwire-protocol]. Adding protocol support for: OPENWIRE 2019-09-11 17:03:09,502 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-stomp-protocol]. Adding protocol support for: STOMP 2019-09-11 17:03:10,090 INFO [org.apache.activemq.artemis.core.server] AMQ221034: Waiting indefinitely to obtain live lock 2019-09-11 17:03:10,093 INFO [org.apache.activemq.artemis.core.server] AMQ221035: Live Server Obtained live lock 2019-09-11 17:03:11,392 INFO [org.apache.activemq.artemis.core.server] AMQ221080: Deploying address DLQ supporting [ANYCAST] 2019-09-11 17:03:11,395 INFO [org.apache.activemq.artemis.core.server] AMQ221003: Deploying ANYCAST queue DLQ on address DLQ 2019-09-11 17:03:11,397 INFO [org.apache.activemq.artemis.core.server] AMQ221080: Deploying address ExpiryQueue supporting [ANYCAST] 2019-09-11 17:03:11,399 INFO [org.apache.activemq.artemis.core.server] AMQ221003: Deploying ANYCAST queue ExpiryQueue on address ExpiryQueue 2019-09-11 17:03:11,615 INFO [org.apache.activemq.artemis.core.server] AMQ221020: Started EPOLL Acceptor at ex-aao-ss-2:61616 for protocols [CORE] 2019-09-11 17:03:11,634 INFO [org.apache.activemq.artemis.core.server] AMQ221007: Server is now live 2019-09-11 17:03:11,636 INFO [org.apache.activemq.artemis.core.server] AMQ221001: Apache ActiveMQ Artemis Message Broker version 2.10.0.redhat-00002 [amq-broker, nodeID=894086ff-d4b4-11e9-8887-0a580a8201b0] 2019-09-11 17:03:12,762 INFO [org.apache.activemq.artemis.core.server] AMQ221027: Bridge ClusterConnectionBridge@26ec09a0 [name=$.artemis.internal.sf.my-cluster.c749427c-ca8c-11e9-8adc-0a580a8200ff, queue=QueueImpl[name=$.artemis.internal.sf.my-cluster.c749427c-ca8c-11e9-8adc-0a580a8200ff, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::serverUUID=894086ff-d4b4-11e9-8887-0a580a8201b0], temp=false]@a83dcb2 targetConnector=ServerLocatorImpl (identity=(Cluster-connection-bridge::ClusterConnectionBridge@26ec09a0 [name=$.artemis.internal.sf.my-cluster.c749427c-ca8c-11e9-8adc-0a580a8200ff, queue=QueueImpl[name=$.artemis.internal.sf.my-cluster.c749427c-ca8c-11e9-8adc-0a580a8200ff, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::serverUUID=894086ff-d4b4-11e9-8887-0a580a8201b0], temp=false]@a83dcb2 targetConnector=ServerLocatorImpl [initialConnectors=[TransportConfiguration(name=artemis, factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyConnectorFactory) ?port=61616&host=ex-aao-ss-0-amq-broker-amq-headless-aao-demo-0-svc-cluster-local], discoveryGroupConfiguration=null]]::ClusterConnectionImpl@840514538[nodeUUID=894086ff-d4b4-11e9-8887-0a580a8201b0, connector=TransportConfiguration(name=artemis, factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyConnectorFactory) ?port=61616&host=ex-aao-ss-2, address=, server=ActiveMQServerImpl::serverUUID=894086ff-d4b4-11e9-8887-0a580a8201b0])) [initialConnectors=[TransportConfiguration(name=artemis, factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyConnectorFactory) ?port=61616&host=ex-aao-ss-0-amq-broker-amq-headless-aao-demo-0-svc-cluster-local], discoveryGroupConfiguration=null]] is connected 2019-09-11 17:03:12,745 INFO [org.apache.activemq.artemis.core.server] AMQ221027: Bridge ClusterConnectionBridge@15d912d7 [name=$.artemis.internal.sf.my-cluster.383d811c-d4b3-11e9-9ff8-0a580a81000c, queue=QueueImpl[name=$.artemis.internal.sf.my-cluster.383d811c-d4b3-11e9-9ff8-0a580a81000c, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::serverUUID=894086ff-d4b4-11e9-8887-0a580a8201b0], temp=false]@12b2a92 targetConnector=ServerLocatorImpl (identity=(Cluster-connection-bridge::ClusterConnectionBridge@15d912d7 [name=$.artemis.internal.sf.my-cluster.383d811c-d4b3-11e9-9ff8-0a580a81000c, queue=QueueImpl[name=$.artemis.internal.sf.my-cluster.383d811c-d4b3-11e9-9ff8-0a580a81000c, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::serverUUID=894086ff-d4b4-11e9-8887-0a580a8201b0], temp=false]@12b2a92 targetConnector=ServerLocatorImpl [initialConnectors=[TransportConfiguration(name=artemis, factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyConnectorFactory) ?port=61616&host=ex-aao-ss-1-amq-broker-amq-headless-aao-demo-0-svc-cluster-local], discoveryGroupConfiguration=null]]::ClusterConnectionImpl@840514538[nodeUUID=894086ff-d4b4-11e9-8887-0a580a8201b0, connector=TransportConfiguration(name=artemis, factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyConnectorFactory) ?port=61616&host=ex-aao-ss-2, address=, server=ActiveMQServerImpl::serverUUID=894086ff-d4b4-11e9-8887-0a580a8201b0])) [initialConnectors=[TransportConfiguration(name=artemis, factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyConnectorFactory) ?port=61616&host=ex-aao-ss-1-amq-broker-amq-headless-aao-demo-0-svc-cluster-local], discoveryGroupConfiguration=null]] is connected 2019-09-11 17:03:13,523 INFO [io.hawt.branding.plugin.PluginContextListener] Initialized hawtio-redhat-fuse-branding plugin 2019-09-11 17:03:14,063 INFO [org.apache.activemq.hawtio.plugin.PluginContextListener] Initialized artemis-plugin plugin 2019-09-11 17:03:16,606 INFO [io.hawt.system.ConfigManager] Configuration will be discovered via system properties 2019-09-11 17:03:16,616 INFO [io.hawt.jmx.JmxTreeWatcher] Welcome to hawtio 1.4.0.redhat-630396 : http://hawt.io/ : Don't cha wish your console was hawt like me? ;-) 2019-09-11 17:03:16,625 INFO [io.hawt.jmx.UploadManager] Using file upload directory: /home/jboss/amq-broker/tmp/uploads 2019-09-11 17:03:16,715 INFO [io.hawt.web.AuthenticationFilter] Starting hawtio authentication filter, JAAS realm: "activemq" authorized role(s): "admin" role principal classes: "org.apache.activemq.artemis.spi.core.security.jaas.RolePrincipal" 2019-09-11 17:03:16,898 INFO [io.hawt.web.JolokiaConfiguredAgentServlet] Jolokia overridden property: [key=policyLocation, value=file:/home/jboss/amq-broker/etc/jolokia-access.xml] 2019-09-11 17:03:17,175 INFO [io.hawt.web.RBACMBeanInvoker] Using MBean [hawtio:type=security,area=jmx,rank=0,name=HawtioDummyJMXSecurity] for role based access control 2019-09-11 17:03:17,726 INFO [io.hawt.system.ProxyWhitelist] Probing local addresses ... 2019-09-11 17:03:17,732 INFO [io.hawt.system.ProxyWhitelist] Initial proxy whitelist: [localhost, 127.0.0.1, 10.130.1.177, ex-aao-ss-2] 2019-09-11 17:03:18,829 INFO [org.apache.activemq.artemis] AMQ241001: HTTP Server started at http://ex-aao-ss-2:8161 2019-09-11 17:03:18,830 INFO [org.apache.activemq.artemis] AMQ241002: Artemis Jolokia REST API available at http://ex-aao-ss-2:8161/console/jolokia 2019-09-11 17:03:18,830 INFO [org.apache.activemq.artemis] AMQ241004: Artemis Console available at http://ex-aao-ss-2:8161/console 2019-09-11 17:03:24,173 INFO [org.apache.activemq.artemis.core.server] AMQ221029: stopped bridge $.artemis.internal.sf.my-cluster.383d811c-d4b3-11e9-9ff8-0a580a81000c 2019-09-11 17:03:24,186 INFO [org.apache.activemq.artemis.core.server] AMQ221029: stopped bridge $.artemis.internal.sf.my-cluster.c749427c-ca8c-11e9-8adc-0a580a8200ff 2019-09-11 17:03:24,234 INFO [org.apache.activemq.artemis.core.server] AMQ221078: Scaled down 0 messages total. Drain completed! Exit code 0