
org.apache.activemq.apollo.broker.etc.apollo-ssl.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apollo-broker Show documentation
Show all versions of apollo-broker Show documentation
A reliable messaging server.
The newest version!
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <!-- For more information on how configure this file please reference: http://activemq.apache.org/apollo/versions/${version}/website/documentation/user-manual.html --> <broker xmlns="http://activemq.apache.org/schema/activemq/apollo"> <notes> The default configuration with tls/ssl enabled. </notes> <log_category console="console" security="security" connection="connection" audit="audit"/> ${broker_security_config} <virtual_host id="${host}"> <!-- You should add all the host names that this virtual host is known as to properly support the STOMP 1.1 virtual host feature. --> <host_name>${host}</host_name> <host_name>localhost</host_name> <host_name>127.0.0.1</host_name> <!-- Uncomment to disable security for the virtual host --> <!-- <authentication enabled="false"/> --> ${host_security_config} ${store_config} </virtual_host> <web_admin bind="http://127.0.0.1:61680"/> <web_admin bind="https://127.0.0.1:61681"/> <connector id="tcp" bind="tcp://0.0.0.0:61613" connection_limit="2000"/> <connector id="tls" bind="tls://0.0.0.0:61614" connection_limit="2000"/> <connector id="ws" bind="ws://0.0.0.0:61623" connection_limit="2000"/> <connector id="wss" bind="wss://0.0.0.0:61624" connection_limit="2000"/> <key_storage file="${apollo.base}/etc/keystore" password="password" key_password="password"/> </broker>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy