summaryrefslogtreecommitdiff
path: root/java/broker
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2007-04-27 15:17:11 +0000
committerMartin Ritchie <ritchiem@apache.org>2007-04-27 15:17:11 +0000
commit4ebb13bad8bde97417d80267091e6a5d8caea4cd (patch)
tree3161e40afd1ecaf9432d485c40c8e0d9b54d6798 /java/broker
parent32144fb050b9e013d8761d5b4d67f125a8456134 (diff)
downloadqpid-python-4ebb13bad8bde97417d80267091e6a5d8caea4cd.tar.gz
Merged revisions 533131 via svnmerge from
https://svn.apache.org/repos/asf/incubator/qpid/branches/M2 ........ r533131 | ritchiem | 2007-04-27 16:06:47 +0100 (Fri, 27 Apr 2007) | 1 line Added Apache legal headers and added qpid.start which logs the startup command ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@533136 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/broker')
-rw-r--r--java/broker/bin/qpid.start21
-rw-r--r--java/broker/bin/qpid.stop18
-rw-r--r--java/broker/bin/qpid.stopall18
3 files changed, 57 insertions, 0 deletions
diff --git a/java/broker/bin/qpid.start b/java/broker/bin/qpid.start
new file mode 100644
index 0000000000..99f2d89f64
--- /dev/null
+++ b/java/broker/bin/qpid.start
@@ -0,0 +1,21 @@
+#!/bin/bash
+#
+# 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.
+#
+
+qpid-server -run:debug "$@" \ No newline at end of file
diff --git a/java/broker/bin/qpid.stop b/java/broker/bin/qpid.stop
index 9193d3c4e1..6482fc3293 100644
--- a/java/broker/bin/qpid.stop
+++ b/java/broker/bin/qpid.stop
@@ -1,4 +1,22 @@
#!/bin/bash
+#
+# 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.
+#
# qpid.stop Script
#
diff --git a/java/broker/bin/qpid.stopall b/java/broker/bin/qpid.stopall
index 2e762bdd50..d71f591de8 100644
--- a/java/broker/bin/qpid.stopall
+++ b/java/broker/bin/qpid.stopall
@@ -1,4 +1,22 @@
#!/bin/bash
+#
+# 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.
+#
# qpid.stopall script
#