From b5306d0b1fad54f7094df8e8ee4c26c2a1a748b8 Mon Sep 17 00:00:00 2001 From: Arnaud Simon Date: Fri, 17 Oct 2008 12:51:51 +0000 Subject: qpid-1371: added .net cc support + cc .net interop support git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@705588 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/dotnet/client-010/examples/fanout/verify_cpp_dotnet | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 qpid/dotnet/client-010/examples/fanout/verify_cpp_dotnet (limited to 'qpid/dotnet/client-010/examples/fanout/verify_cpp_dotnet') diff --git a/qpid/dotnet/client-010/examples/fanout/verify_cpp_dotnet b/qpid/dotnet/client-010/examples/fanout/verify_cpp_dotnet new file mode 100644 index 0000000000..b9b0d94857 --- /dev/null +++ b/qpid/dotnet/client-010/examples/fanout/verify_cpp_dotnet @@ -0,0 +1,11 @@ +# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify +cpp=$CPP/fanout + +fanout_listener_dotnet() +{ +mono $DOTNET_EXAMPLES/example-fanout-Listener.exe localhost 5672 +} + +background "Listening" fanout_listener_dotnet +clients $cpp/fanout_producer +outputs $cpp/fanout_producer.out "./fanout_listener_dotnet.out | remove_uuid" -- cgit v1.2.1 From 367481fd620e4a3d7bae123c40fe74afa49cb643 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Sun, 31 Oct 2010 23:39:02 +0000 Subject: add ASF licence to various files in the .net tree git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1029520 13f79535-47bb-0310-9956-ffa450edef68 --- .../client-010/examples/fanout/verify_cpp_dotnet | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'qpid/dotnet/client-010/examples/fanout/verify_cpp_dotnet') diff --git a/qpid/dotnet/client-010/examples/fanout/verify_cpp_dotnet b/qpid/dotnet/client-010/examples/fanout/verify_cpp_dotnet index b9b0d94857..5716d3119b 100644 --- a/qpid/dotnet/client-010/examples/fanout/verify_cpp_dotnet +++ b/qpid/dotnet/client-010/examples/fanout/verify_cpp_dotnet @@ -1,3 +1,22 @@ +# +# 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/fanout -- cgit v1.2.1