blob: f84ec8ba3d2d2243626366d721dd6a58701e1212 [file] [log] [blame]
#
# 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.
#
# Default File used for all non-defined locales.
# 0 - Version
# 1 = Build
STARTUP = BRK-1001 : Startup : Version: {0} Build: {1}
# 0 - Transport
# 1 - Port
LISTENING = BRK-1002 : Starting : Listening on {0} port {1,number,#}
# 0 - Transport
# 1 - Port
SHUTTING_DOWN = BRK-1003 : Shutting down : {0} port {1,number,#}
READY = BRK-1004 : Qpid Broker Ready
STOPPED = BRK-1005 : Stopped
# 0 - path
CONFIG = BRK-1006 : Using configuration : {0}
# 0 - java vendor
# 1 - java runtime version
# 2 - os name
# 3 - os type
# 4 - os architecture
# 5 - available CPU cores
PLATFORM = BRK-1010 : Platform : JVM : {0} version: {1} OS : {2} version: {3} arch: {4} cores: {5}
# 0 Maximum Memory Heap
# 1 Maximum Memory Direct
MAX_MEMORY = BRK-1011 : Maximum Memory : Heap : {0,number} bytes Direct : {1,number} bytes
MANAGEMENT_MODE = BRK-1012 : Management Mode : User Details : {0} / {1}
FATAL_ERROR = BRK-1016 : Fatal error : {0} : See log file for more information
# 0 - pid
PROCESS = BRK-1017 : Process : PID : {0}
# 0 - operation name
OPERATION = BRK-1018 : Operation : {0}
FAILED_CHILDREN = BRK-1019 : WARNING - some services were unable to start. The following components are in the ERRORed state {0}