diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2009-05-10 23:34:12 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2009-05-10 23:34:12 +0000 |
| commit | 7e654eb4f21c48fd6b69436754acac860ce1aaee (patch) | |
| tree | 0d99e8b91368e9e36e320b722b8161f3786be176 /qpid/java/client/example/src | |
| parent | b2702f6760afebcfe25c43216951325e78e03b40 (diff) | |
| download | qpid-python-7e654eb4f21c48fd6b69436754acac860ce1aaee.tar.gz | |
License Updates based on RAT output
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.5-release@773432 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/client/example/src')
36 files changed, 648 insertions, 0 deletions
diff --git a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify.in b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify.in index c87e5716c8..60687b25ac 100644 --- a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify.in +++ b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify.in @@ -1,3 +1,21 @@ +==== +==== 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. +==== ==== declare_queues.out ==== direct_producer_java.out Producer: Creating a non-transacted, auto-acknowledged session diff --git a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_cpp_java b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_cpp_java index d581c4c1aa..813a53d259 100644 --- a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_cpp_java +++ b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_cpp_java @@ -1,3 +1,21 @@ +# +# 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. +# # See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify cpp=$CPP/direct diff --git a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_cpp_java.in b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_cpp_java.in index b50692da1f..7f75d5171c 100644 --- a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_cpp_java.in +++ b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_cpp_java.in @@ -1,3 +1,21 @@ +==== +==== 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. +==== ==== declare_queues.out ==== direct_producer.out ==== direct_consumer_java.out diff --git a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_java_cpp b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_java_cpp index 573cac6986..7449d449a4 100644 --- a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_java_cpp +++ b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_java_cpp @@ -1,3 +1,21 @@ +# +# 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. +# # See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify cpp=$CPP/direct diff --git a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_java_cpp.in b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_java_cpp.in index 946c19953f..e467e5ee1b 100644 --- a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_java_cpp.in +++ b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_java_cpp.in @@ -1,3 +1,21 @@ +==== +==== 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. +==== ==== declare_queues.out ==== direct_producer_java.out Producer: Creating a non-transacted, auto-acknowledged session diff --git a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_java_python b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_java_python index 61c033e969..da06b4c159 100644 --- a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_java_python +++ b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_java_python @@ -1,3 +1,21 @@ +# +# 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. +# # See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify py=$PYTHON_EXAMPLES/direct diff --git a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_java_python.in b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_java_python.in index e012405352..b30f61833f 100644 --- a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_java_python.in +++ b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_java_python.in @@ -1,3 +1,21 @@ +==== +==== 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. +==== ==== declare_queues.py.out ==== direct_producer_java.out Producer: Creating a non-transacted, auto-acknowledged session diff --git a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_python_java b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_python_java index 4182331f3f..05bfff0c2d 100644 --- a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_python_java +++ b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_python_java @@ -1,3 +1,21 @@ +# +# 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. +# # See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify py=$PYTHON_EXAMPLES/direct diff --git a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_python_java.in b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_python_java.in index 6a9c9fdd10..35a6f60dac 100644 --- a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_python_java.in +++ b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_python_java.in @@ -1,3 +1,21 @@ +==== +==== 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. +==== ==== declare_queues.py.out ==== direct_producer.py.out ==== direct_consumer_java.out diff --git a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify.in b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify.in index c36a515c2a..c018ed32e0 100644 --- a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify.in +++ b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify.in @@ -1,3 +1,21 @@ +==== +==== 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. +==== ==== fanout_producer_java.out Producer: Creating a non-transacted, auto-acknowledged session Producer: Creating a Message Producer diff --git a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_cpp_java b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_cpp_java index de057ea3b1..c1c8164ec6 100644 --- a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_cpp_java +++ b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_cpp_java @@ -1,3 +1,21 @@ +# +# 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. +# # See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify # The JMS producer doesn't create qeueues so utilising the c++ declare_queues cpp=$CPP/fanout diff --git a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_cpp_java.in b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_cpp_java.in index 905fe3d0bc..40b9d42e20 100644 --- a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_cpp_java.in +++ b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_cpp_java.in @@ -1,3 +1,21 @@ +==== +==== 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. +==== ==== fanout_producer.out ==== fanout_listener_java.out | remove_uuid Listener: Setting an ExceptionListener on the connection as sample uses a MessageConsumer diff --git a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_java_cpp b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_java_cpp index dab6114572..540b63041c 100644 --- a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_java_cpp +++ b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_java_cpp @@ -1,3 +1,21 @@ +# +# 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. +# # See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify # The JMS producer doesn't create qeueues so utilising the c++ declare_queues cpp=$CPP/fanout diff --git a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_java_cpp.in b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_java_cpp.in index 03e75e39c6..dd37ab84c6 100644 --- a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_java_cpp.in +++ b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_java_cpp.in @@ -1,3 +1,21 @@ +==== +==== 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. +==== ==== fanout_producer_java.out Producer: Creating a non-transacted, auto-acknowledged session Producer: Creating a Message Producer diff --git a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_java_python b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_java_python index 1641d88354..20be72fb05 100644 --- a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_java_python +++ b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_java_python @@ -1,3 +1,21 @@ +# +# 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. +# # See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify # The JMS producer doesn't create qeueues so utilising the c++ declare_queues py=$PYTHON_EXAMPLES/fanout diff --git a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_java_python.in b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_java_python.in index 0089e55c16..52e54bc91d 100644 --- a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_java_python.in +++ b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_java_python.in @@ -1,3 +1,21 @@ +==== +==== 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. +==== ==== fanout_producer_java.out Producer: Creating a non-transacted, auto-acknowledged session Producer: Creating a Message Producer diff --git a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_python_java b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_python_java index 0f05663985..e5dd7d5a8a 100644 --- a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_python_java +++ b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_python_java @@ -1,3 +1,21 @@ +# +# 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. +# # See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify # The JMS producer doesn't create qeueues so utilising the c++ declare_queues py=$PYTHON_EXAMPLES/fanout diff --git a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_python_java.in b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_python_java.in index 1d8e1c2790..369c0dbd6a 100644 --- a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_python_java.in +++ b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_python_java.in @@ -1,3 +1,21 @@ +==== +==== 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. +==== ==== fanout_producer.py.out ==== fanout_listener_java.out | remove_uuid Listener: Setting an ExceptionListener on the connection as sample uses a MessageConsumer diff --git a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify.in b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify.in index 6e3074e611..770f3504c2 100644 --- a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify.in +++ b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify.in @@ -1,3 +1,21 @@ +==== +==== 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. +==== ==== topic_publisher_java.out Publisher: Creating a non-transacted, auto-acknowledged session Publisher: Creating a TestMessage to send to the topics diff --git a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_cpp_java b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_cpp_java index 9276b3e21b..014f311790 100644 --- a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_cpp_java +++ b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_cpp_java @@ -1,3 +1,21 @@ +# +# 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. +# # See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify cpp=$CPP/pub-sub diff --git a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_cpp_java.in b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_cpp_java.in index 62cc76baec..72609bee22 100644 --- a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_cpp_java.in +++ b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_cpp_java.in @@ -1,3 +1,21 @@ +==== +==== 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. +==== ==== topic_publisher.out ==== topic_listener_java.out | remove_uuid | sort Listener: Closing connection diff --git a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_java_cpp b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_java_cpp index af22b3b82c..1c83f0989a 100644 --- a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_java_cpp +++ b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_java_cpp @@ -1,3 +1,21 @@ +# +# 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. +# # See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify cpp=$CPP/pub-sub diff --git a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_java_cpp.in b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_java_cpp.in index 8c5c26eaca..c09567cb80 100644 --- a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_java_cpp.in +++ b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_java_cpp.in @@ -1,3 +1,21 @@ +==== +==== 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. +==== ==== topic_publisher_java.out Publisher: Creating a non-transacted, auto-acknowledged session Publisher: Creating a TestMessage to send to the topics diff --git a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_java_python b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_java_python index 3758e0f014..eb3583f047 100644 --- a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_java_python +++ b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_java_python @@ -1,3 +1,21 @@ +# +# 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. +# # See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify py=$PYTHON_EXAMPLES/pubsub diff --git a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_java_python.in b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_java_python.in index 92184201d0..b84f9316ff 100644 --- a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_java_python.in +++ b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_java_python.in @@ -1,3 +1,21 @@ +==== +==== 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. +==== ==== topic_publisher_java.out Publisher: Creating a non-transacted, auto-acknowledged session Publisher: Creating a TestMessage to send to the topics diff --git a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_python_java b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_python_java index c2b516f376..2d6630ba9a 100644 --- a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_python_java +++ b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_python_java @@ -1,4 +1,22 @@ # See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify +# +# 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. +# py=$PYTHON_EXAMPLES/pubsub topic_listener_java(){ diff --git a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_python_java.in b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_python_java.in index 68b96cba2b..a46bf65583 100644 --- a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_python_java.in +++ b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_python_java.in @@ -1,3 +1,21 @@ +==== +==== 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. +==== ==== topic_publisher.py.out ==== topic_listener_java.out | remove_uuid | sort Listener: Closing connection diff --git a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify.in b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify.in index f2c244dea6..fb9143e992 100644 --- a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify.in +++ b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify.in @@ -1,3 +1,21 @@ +==== +==== 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. +==== ==== client_java.out | remove_uuid Client: Setting an ExceptionListener on the connection as sample uses a MessageConsumer Client: Creating a non-transacted, auto-acknowledged session diff --git a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_cpp_java b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_cpp_java index 6ef1b3b7e3..c55403637d 100644 --- a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_cpp_java +++ b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_cpp_java @@ -1,3 +1,21 @@ +# +# 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. +# # See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify cpp=$CPP/request-response diff --git a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_cpp_java.in b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_cpp_java.in index 4b7e7e0741..d034b368e6 100644 --- a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_cpp_java.in +++ b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_cpp_java.in @@ -1,3 +1,21 @@ +==== +==== 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. +==== ==== client_java.out | remove_uuid Client: Setting an ExceptionListener on the connection as sample uses a MessageConsumer Client: Creating a non-transacted, auto-acknowledged session diff --git a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_cpp b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_cpp index a1c5aa325d..26b0ca9285 100644 --- a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_cpp +++ b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_cpp @@ -1,3 +1,21 @@ +# +# 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. +# # See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify cpp=$CPP/request-response diff --git a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_cpp.in b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_cpp.in index 9cccf39393..efb57a6292 100644 --- a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_cpp.in +++ b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_cpp.in @@ -1,3 +1,21 @@ +==== +==== 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. +==== ==== client.out | remove_uuid Activating response queue listener for: client Request: Twas brillig, and the slithy toves diff --git a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_python b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_python index 0760952527..308421a5d3 100644 --- a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_python +++ b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_python @@ -1,3 +1,21 @@ +# +# 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. +# # See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify py=$PYTHON_EXAMPLES/request-response diff --git a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_python.in b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_python.in index bffe9d2842..ab600c0092 100644 --- a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_python.in +++ b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_python.in @@ -1,3 +1,21 @@ +==== +==== 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. +==== ==== client.py.out | remove_uuid Request: Twas brillig, and the slithy toves Request: Did gyre and gimble in the wabe. diff --git a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_python_java b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_python_java index 6ea526e914..636aa0f6b5 100644 --- a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_python_java +++ b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_python_java @@ -1,3 +1,21 @@ +# +# 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. +# # See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify py=$PYTHON_EXAMPLES/request-response diff --git a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_python_java.in b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_python_java.in index 6e53ca3281..4c28577fe8 100644 --- a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_python_java.in +++ b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_python_java.in @@ -1,3 +1,21 @@ +==== +==== 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. +==== ==== client_java.out | remove_uuid Client: Setting an ExceptionListener on the connection as sample uses a MessageConsumer Client: Creating a non-transacted, auto-acknowledged session |
