summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src/main/java/org/apache/qpid/server/logging/messages/LogMessages.properties
blob: 1a2cb7251c51bfaf0a1ff67c0ea7a4ee94b62a48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
#
#  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.
#Broker
# 0 - Version
# 1 = Build
BRK-1001 = Startup : Version: {0} Build: {1}
# 0 - Transport
# 1 - Port
BRK-1002 = Starting : Listening on {0} port {1,number,#}
# 0 - Transport
# 1 - Port
BRK-1003 = Shuting down : {0} port {1,number,#}
BRK-1004 = Ready
BRK-1005 = Stopped
# 0 - path
BRK-1006 = Using configuration : {0}
# 0 - path
BRK-1007 = Using logging configuration : {0}

#ManagementConsole
MNG-1001 = Startup
# 0 - Service
# 1 - Port
MNG-1002 = Starting : {0} : Listening on port {1,number,#}
# 0 - Service
# 1 - Port
MNG-1003 = Shuting down : {0} : port {1,number,#}
MNG-1004 = Ready
MNG-1005 = Stopped
# 0 - Path
MNG-1006 = Using SSL Keystore : {0}
MNG-1007 = Open : User {0}
MNG-1008 = Close


#VirtualHost
# 0 - name
VHT-1001 = Created : {0}
VHT-1002 = Closed

#MessageStore
# 0 - name
MST-1001 = Created : {0}
# 0 - path
MST-1002 = Store location : {0}
MST-1003 = Closed
MST-1004 = Recovery Start
MST-1005 = Recovered {0,number} messages
MST-1006 = Recovery Complete

#ConfigStore
# 0 - name
CFG-1001 = Created : {0}
# 0 - path
CFG-1002 = Store location : {0}
CFG-1003 = Closed
CFG-1004 = Recovery Start
CFG-1005 = Recovery Complete

#TransactionLog
# 0 - name
TXN-1001 = Created : {0}
# 0 - path
TXN-1002 = Store location : {0}
TXN-1003 = Closed
# 0 - queue name
TXN-1004 = Recovery Start[ : {0}]
# 0 - count
# 1 - queue count
TXN-1005 = Recovered {0,number} messages for queue {1}
# 0 - queue name
TXN-1006 = Recovery Complete[ : {0}]

#Connection
# 0 - Client id
# 1 - Protocol Version
CON-1001 = Open[ : Client ID : {0}][ : Protocol Version : {1}]
CON-1002 = Close

#Channel
CHN-1001 = Create
# 0 - flow
CHN-1002 = Flow {0}
CHN-1003 = Close
# 0 - bytes allowed in prefetch
# 1 - number of messagse.
CHN-1004 = Prefetch Size (bytes) {0,number} : Count {1,number}
# 0 - queue causing flow control
CHN-1005 = Flow Control Enforced (Queue {0})
CHN-1006 = Flow Control Removed

#Queue
# 0 - owner
# 1 - priority
QUE-1001 = Create :[ Owner: {0}][ AutoDelete][ Durable][ Transient][ Priority: {1,number,#}]
QUE-1002 = Deleted
QUE-1003 = Overfull : Size : {0,number} bytes, Capacity : {1,number}
QUE-1004 = Underfull : Size : {0,number} bytes, Resume Capacity : {1,number}


#Exchange
# 0 - type
# 1 - name
EXH-1001 = Create :[ Durable] Type: {0} Name: {1}
EXH-1002 = Deleted

#Binding
BND-1001 = Create[ : Arguments : {0}]
BND-1002 = Deleted

#Subscription
SUB-1001 = Create[ : Durable][ : Arguments : {0}]
SUB-1002 = Close
# 0 - The current subscription state
SUB-1003 = State : {0}