diff options
| author | Robert Gemmell <robbie@apache.org> | 2010-10-31 23:37:31 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2010-10-31 23:37:31 +0000 |
| commit | 67245fc07c3e52e528c8d50739d848dbd484f89b (patch) | |
| tree | 4de59da7c11e21a904d9506d416469ff1bf131bf | |
| parent | 688ebc371560c210461a567b62107f01a3d93a22 (diff) | |
| download | qpid-python-67245fc07c3e52e528c8d50739d848dbd484f89b.tar.gz | |
Delete the unlicenced .net client example verification scripts etc which depend on the old Python and Java examples that have previously been deleted
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1029518 13f79535-47bb-0310-9956-ffa450edef68
32 files changed, 0 insertions, 790 deletions
diff --git a/qpid/dotnet/client-010/examples/direct/verify_dotnet_java b/qpid/dotnet/client-010/examples/direct/verify_dotnet_java deleted file mode 100644 index 528f3eb664..0000000000 --- a/qpid/dotnet/client-010/examples/direct/verify_dotnet_java +++ /dev/null @@ -1,15 +0,0 @@ -# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify -cpp=$CPP/direct - -direct_consumer_java() -{ -java -Dlog4j.configuration=file://"$JAVA"/log4j.xml -cp "$CLASSPATH" org.apache.qpid.example.jmsexample.direct.Consumer -} - -direct_producer_dotnet() -{ -mono $DOTNET_EXAMPLES/example-direct-Producer.exe localhost 5672 -} - -clients $cpp/declare_queues direct_producer_dotnet direct_consumer_java -outputs $cpp/declare_queues.out ./direct_producer_dotnet.out ./direct_consumer_java.out diff --git a/qpid/dotnet/client-010/examples/direct/verify_dotnet_java.in b/qpid/dotnet/client-010/examples/direct/verify_dotnet_java.in deleted file mode 100644 index cd87551305..0000000000 --- a/qpid/dotnet/client-010/examples/direct/verify_dotnet_java.in +++ /dev/null @@ -1,20 +0,0 @@ -==== declare_queues.out -==== direct_producer_dotnet.out -==== direct_consumer_java.out -Consumer: Setting an ExceptionListener on the connection as sample uses a MessageConsumer -Consumer: Creating a non-transacted, auto-acknowledged session -Consumer: Creating a MessageConsumer -Consumer: Starting connection so MessageConsumer can receive messages -Consumer: Received message: Message 0 -Consumer: Received message: Message 1 -Consumer: Received message: Message 2 -Consumer: Received message: Message 3 -Consumer: Received message: Message 4 -Consumer: Received message: Message 5 -Consumer: Received message: Message 6 -Consumer: Received message: Message 7 -Consumer: Received message: Message 8 -Consumer: Received message: Message 9 -Consumer: Received final message That's all, folks! -Consumer: Closing connection -Consumer: Closing JNDI context diff --git a/qpid/dotnet/client-010/examples/direct/verify_dotnet_python b/qpid/dotnet/client-010/examples/direct/verify_dotnet_python deleted file mode 100644 index 0c70465bc5..0000000000 --- a/qpid/dotnet/client-010/examples/direct/verify_dotnet_python +++ /dev/null @@ -1,10 +0,0 @@ -# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify -py=$PYTHON_EXAMPLES/direct - -direct_producer_dotnet() -{ -mono $DOTNET_EXAMPLES/example-direct-Producer.exe localhost 5672 -} - -clients $py/declare_queues.py direct_producer_dotnet $py/direct_consumer.py -outputs $py/declare_queues.py.out ./direct_producer_dotnet.out $py/direct_consumer.py.out diff --git a/qpid/dotnet/client-010/examples/direct/verify_dotnet_python.in b/qpid/dotnet/client-010/examples/direct/verify_dotnet_python.in deleted file mode 100644 index 7059b3079c..0000000000 --- a/qpid/dotnet/client-010/examples/direct/verify_dotnet_python.in +++ /dev/null @@ -1,14 +0,0 @@ -==== declare_queues.py.out -==== direct_producer_dotnet.out -==== direct_consumer.py.out -Message 0 -Message 1 -Message 2 -Message 3 -Message 4 -Message 5 -Message 6 -Message 7 -Message 8 -Message 9 -That's all, folks! diff --git a/qpid/dotnet/client-010/examples/direct/verify_java_dotnet b/qpid/dotnet/client-010/examples/direct/verify_java_dotnet deleted file mode 100644 index 50eb73f9f5..0000000000 --- a/qpid/dotnet/client-010/examples/direct/verify_java_dotnet +++ /dev/null @@ -1,15 +0,0 @@ -# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify -cpp=$CPP/direct - -direct_listener_dotnet() -{ -mono $DOTNET_EXAMPLES/example-direct-Listener.exe localhost 5672 -} - -direct_producer_java() -{ -java -Dlog4j.configuration=file://"$JAVA"/log4j.xml -cp "$CLASSPATH" org.apache.qpid.example.jmsexample.direct.Producer -} - -clients $cpp/declare_queues direct_producer_java direct_listener_dotnet -outputs $cpp/declare_queues.out ./direct_producer_java.out ./direct_listener_dotnet.out diff --git a/qpid/dotnet/client-010/examples/direct/verify_java_dotnet.in b/qpid/dotnet/client-010/examples/direct/verify_java_dotnet.in deleted file mode 100644 index 23628b89de..0000000000 --- a/qpid/dotnet/client-010/examples/direct/verify_java_dotnet.in +++ /dev/null @@ -1,29 +0,0 @@ -==== declare_queues.out -==== direct_producer_java.out -Producer: Creating a non-transacted, auto-acknowledged session -Producer: Creating a Message Producer -Producer: Creating a TestMessage to send to the destination -Producer: Sending message: 1 -Producer: Sending message: 2 -Producer: Sending message: 3 -Producer: Sending message: 4 -Producer: Sending message: 5 -Producer: Sending message: 6 -Producer: Sending message: 7 -Producer: Sending message: 8 -Producer: Sending message: 9 -Producer: Sending message: 10 -Producer: Closing connection -Producer: Closing JNDI context -==== direct_listener_dotnet.out -Message: Message 1 -Message: Message 2 -Message: Message 3 -Message: Message 4 -Message: Message 5 -Message: Message 6 -Message: Message 7 -Message: Message 8 -Message: Message 9 -Message: Message 10 -Message: That's all, folks! diff --git a/qpid/dotnet/client-010/examples/direct/verify_python_dotnet b/qpid/dotnet/client-010/examples/direct/verify_python_dotnet deleted file mode 100644 index 086b31caf4..0000000000 --- a/qpid/dotnet/client-010/examples/direct/verify_python_dotnet +++ /dev/null @@ -1,10 +0,0 @@ -# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify -py=$PYTHON_EXAMPLES/direct - -direct_listener_dotnet() -{ -mono $DOTNET_EXAMPLES/example-direct-Listener.exe localhost 5672 -} - -clients $py/declare_queues.py $py/direct_producer.py direct_listener_dotnet -outputs $py/declare_queues.py.out $py/direct_producer.py.out ./direct_listener_dotnet.out diff --git a/qpid/dotnet/client-010/examples/direct/verify_python_dotnet.in b/qpid/dotnet/client-010/examples/direct/verify_python_dotnet.in deleted file mode 100644 index a556e7ad86..0000000000 --- a/qpid/dotnet/client-010/examples/direct/verify_python_dotnet.in +++ /dev/null @@ -1,14 +0,0 @@ -==== declare_queues.py.out -==== direct_producer.py.out -==== direct_listener_dotnet.out -Message: message 0 -Message: message 1 -Message: message 2 -Message: message 3 -Message: message 4 -Message: message 5 -Message: message 6 -Message: message 7 -Message: message 8 -Message: message 9 -Message: That's all, folks! diff --git a/qpid/dotnet/client-010/examples/fanout/verify_dotnet_java b/qpid/dotnet/client-010/examples/fanout/verify_dotnet_java deleted file mode 100644 index 88576814d7..0000000000 --- a/qpid/dotnet/client-010/examples/fanout/verify_dotnet_java +++ /dev/null @@ -1,16 +0,0 @@ -# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify - -fanout_producer_dotnet() -{ -mono $DOTNET_EXAMPLES/example-fanout-Producer.exe localhost 5672 -} - - -fanout_listener_java() -{ -java -Dlog4j.configuration=file://"$JAVA"/log4j.xml -cp "$CLASSPATH" org.apache.qpid.example.jmsexample.fanout.Listener $1 -} - -background "can receive messages" fanout_listener_java fanoutQueue1 -clients fanout_producer_dotnet -outputs ./fanout_producer_dotnet.out "./fanout_listener_java.out | remove_uuid" diff --git a/qpid/dotnet/client-010/examples/fanout/verify_dotnet_java.in b/qpid/dotnet/client-010/examples/fanout/verify_dotnet_java.in deleted file mode 100644 index 06d3a6e66b..0000000000 --- a/qpid/dotnet/client-010/examples/fanout/verify_dotnet_java.in +++ /dev/null @@ -1,19 +0,0 @@ -==== fanout_producer_dotnet.out -==== fanout_listener_java.out | remove_uuid -Listener: Setting an ExceptionListener on the connection as sample uses a MessageConsumer -Listener: Creating a non-transacted, auto-acknowledged session -Listener: Creating a MessageConsumer -Listener: Starting connection so MessageConsumer can receive messages -Listener: Received message: Message 0 -Listener: Received message: Message 1 -Listener: Received message: Message 2 -Listener: Received message: Message 3 -Listener: Received message: Message 4 -Listener: Received message: Message 5 -Listener: Received message: Message 6 -Listener: Received message: Message 7 -Listener: Received message: Message 8 -Listener: Received message: Message 9 -Listener: Received final message That's all, folks! -Listener: Closing connection -Listener: Closing JNDI context diff --git a/qpid/dotnet/client-010/examples/fanout/verify_dotnet_python b/qpid/dotnet/client-010/examples/fanout/verify_dotnet_python deleted file mode 100644 index a09b26ca6a..0000000000 --- a/qpid/dotnet/client-010/examples/fanout/verify_dotnet_python +++ /dev/null @@ -1,11 +0,0 @@ -# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify -py=$PYTHON_EXAMPLES/fanout - -fanout_producer_dotnet() -{ -mono $DOTNET_EXAMPLES/example-fanout-Producer.exe localhost 5672 -} - -background "Subscribed" $py/fanout_consumer.py -clients fanout_producer_dotnet -outputs ./fanout_producer_dotnet.out "$py/fanout_consumer.py.out | remove_uuid" diff --git a/qpid/dotnet/client-010/examples/fanout/verify_dotnet_python.in b/qpid/dotnet/client-010/examples/fanout/verify_dotnet_python.in deleted file mode 100644 index e9959c2e25..0000000000 --- a/qpid/dotnet/client-010/examples/fanout/verify_dotnet_python.in +++ /dev/null @@ -1,14 +0,0 @@ -==== fanout_producer_dotnet.out -==== fanout_consumer.py.out | remove_uuid -Subscribed to queue -Message 0 -Message 1 -Message 2 -Message 3 -Message 4 -Message 5 -Message 6 -Message 7 -Message 8 -Message 9 -That's all, folks! diff --git a/qpid/dotnet/client-010/examples/fanout/verify_java_dotnet b/qpid/dotnet/client-010/examples/fanout/verify_java_dotnet deleted file mode 100644 index d72954de0e..0000000000 --- a/qpid/dotnet/client-010/examples/fanout/verify_java_dotnet +++ /dev/null @@ -1,16 +0,0 @@ -# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify - -fanout_listener_dotnet() -{ -mono $DOTNET_EXAMPLES/example-fanout-Listener.exe localhost 5672 -} - - -fanout_producer_java() -{ -java -Dlog4j.configuration=file://"$JAVA"/log4j.xml -cp "$CLASSPATH" org.apache.qpid.example.jmsexample.fanout.Producer -} - -background "Listening" fanout_listener_dotnet -clients fanout_producer_java -outputs fanout_producer_java.out "./fanout_listener_dotnet.out | remove_uuid" diff --git a/qpid/dotnet/client-010/examples/fanout/verify_java_dotnet.in b/qpid/dotnet/client-010/examples/fanout/verify_java_dotnet.in deleted file mode 100644 index acf1b61221..0000000000 --- a/qpid/dotnet/client-010/examples/fanout/verify_java_dotnet.in +++ /dev/null @@ -1,29 +0,0 @@ -==== fanout_producer_java.out -Producer: Creating a non-transacted, auto-acknowledged session -Producer: Creating a Message Producer -Producer: Creating a TestMessage to send to the destination -Producer: Sending message: 1 -Producer: Sending message: 2 -Producer: Sending message: 3 -Producer: Sending message: 4 -Producer: Sending message: 5 -Producer: Sending message: 6 -Producer: Sending message: 7 -Producer: Sending message: 8 -Producer: Sending message: 9 -Producer: Sending message: 10 -Producer: Closing connection -Producer: Closing JNDI context -==== fanout_listener_dotnet.out | remove_uuid -Listening -Message: Message 1 -Message: Message 2 -Message: Message 3 -Message: Message 4 -Message: Message 5 -Message: Message 6 -Message: Message 7 -Message: Message 8 -Message: Message 9 -Message: Message 10 -Message: That's all, folks! diff --git a/qpid/dotnet/client-010/examples/fanout/verify_python_dotnet b/qpid/dotnet/client-010/examples/fanout/verify_python_dotnet deleted file mode 100644 index ac472c0f72..0000000000 --- a/qpid/dotnet/client-010/examples/fanout/verify_python_dotnet +++ /dev/null @@ -1,11 +0,0 @@ -# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify -py=$PYTHON_EXAMPLES/fanout - -fanout_listener_dotnet() -{ -mono $DOTNET_EXAMPLES/example-fanout-Listener.exe localhost 5672 -} - -background "Listening" fanout_listener_dotnet -clients $py/fanout_producer.py -outputs $py/fanout_producer.py.out "./fanout_listener_dotnet.out | remove_uuid" diff --git a/qpid/dotnet/client-010/examples/fanout/verify_python_dotnet.in b/qpid/dotnet/client-010/examples/fanout/verify_python_dotnet.in deleted file mode 100644 index b489c63a2c..0000000000 --- a/qpid/dotnet/client-010/examples/fanout/verify_python_dotnet.in +++ /dev/null @@ -1,14 +0,0 @@ -==== fanout_producer.py.out -==== fanout_listener_dotnet.out | remove_uuid -Listening -Message: message 0 -Message: message 1 -Message: message 2 -Message: message 3 -Message: message 4 -Message: message 5 -Message: message 6 -Message: message 7 -Message: message 8 -Message: message 9 -Message: That's all, folks! diff --git a/qpid/dotnet/client-010/examples/pub-sub/verify_dotnet_java b/qpid/dotnet/client-010/examples/pub-sub/verify_dotnet_java deleted file mode 100644 index 0b90416a7e..0000000000 --- a/qpid/dotnet/client-010/examples/pub-sub/verify_dotnet_java +++ /dev/null @@ -1,15 +0,0 @@ -# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify - -topic_listener_java() -{ -java -Dlog4j.configuration=file://"$JAVA"/log4j.xml -cp "$CLASSPATH" org.apache.qpid.example.jmsexample.pubsub.Listener -} - -pubsub_producer_dotnet() -{ -mono $DOTNET_EXAMPLES/example-pub-sub-Publisher.exe localhost 5672 -} - -background "can receive messages" topic_listener_java -clients pubsub_producer_dotnet -outputs pubsub_producer_dotnet.out "topic_listener_java.out | remove_uuid | sort" diff --git a/qpid/dotnet/client-010/examples/pub-sub/verify_dotnet_java.in b/qpid/dotnet/client-010/examples/pub-sub/verify_dotnet_java.in deleted file mode 100644 index 5db02e64b1..0000000000 --- a/qpid/dotnet/client-010/examples/pub-sub/verify_dotnet_java.in +++ /dev/null @@ -1,95 +0,0 @@ -==== pubsub_producer_dotnet.out -==== topic_listener_java.out | remove_uuid | sort -Listener: Closing connection -Listener: Closing JNDI context -Listener: Creating a Message Subscriber for topic europe -Listener: Creating a Message Subscriber for topic news -Listener: Creating a Message Subscriber for topic usa -Listener: Creating a Message Subscriber for topic weather -Listener: Creating a non-transacted, auto-acknowledged session -Listener: Received message for topic: europe: Message 0 -Listener: Received message for topic: europe: Message 0 -Listener: Received message for topic: europe: Message 1 -Listener: Received message for topic: europe: Message 1 -Listener: Received message for topic: europe: Message 2 -Listener: Received message for topic: europe: Message 2 -Listener: Received message for topic: europe: Message 3 -Listener: Received message for topic: europe: Message 3 -Listener: Received message for topic: europe: Message 4 -Listener: Received message for topic: europe: Message 4 -Listener: Received message for topic: europe: Message 5 -Listener: Received message for topic: europe: Message 5 -Listener: Received message for topic: europe: Message 6 -Listener: Received message for topic: europe: Message 6 -Listener: Received message for topic: europe: Message 7 -Listener: Received message for topic: europe: Message 7 -Listener: Received message for topic: europe: Message 8 -Listener: Received message for topic: europe: Message 8 -Listener: Received message for topic: europe: Message 9 -Listener: Received message for topic: europe: Message 9 -Listener: Received message for topic: news: Message 0 -Listener: Received message for topic: news: Message 0 -Listener: Received message for topic: news: Message 1 -Listener: Received message for topic: news: Message 1 -Listener: Received message for topic: news: Message 2 -Listener: Received message for topic: news: Message 2 -Listener: Received message for topic: news: Message 3 -Listener: Received message for topic: news: Message 3 -Listener: Received message for topic: news: Message 4 -Listener: Received message for topic: news: Message 4 -Listener: Received message for topic: news: Message 5 -Listener: Received message for topic: news: Message 5 -Listener: Received message for topic: news: Message 6 -Listener: Received message for topic: news: Message 6 -Listener: Received message for topic: news: Message 7 -Listener: Received message for topic: news: Message 7 -Listener: Received message for topic: news: Message 8 -Listener: Received message for topic: news: Message 8 -Listener: Received message for topic: news: Message 9 -Listener: Received message for topic: news: Message 9 -Listener: Received message for topic: usa: Message 0 -Listener: Received message for topic: usa: Message 0 -Listener: Received message for topic: usa: Message 1 -Listener: Received message for topic: usa: Message 1 -Listener: Received message for topic: usa: Message 2 -Listener: Received message for topic: usa: Message 2 -Listener: Received message for topic: usa: Message 3 -Listener: Received message for topic: usa: Message 3 -Listener: Received message for topic: usa: Message 4 -Listener: Received message for topic: usa: Message 4 -Listener: Received message for topic: usa: Message 5 -Listener: Received message for topic: usa: Message 5 -Listener: Received message for topic: usa: Message 6 -Listener: Received message for topic: usa: Message 6 -Listener: Received message for topic: usa: Message 7 -Listener: Received message for topic: usa: Message 7 -Listener: Received message for topic: usa: Message 8 -Listener: Received message for topic: usa: Message 8 -Listener: Received message for topic: usa: Message 9 -Listener: Received message for topic: usa: Message 9 -Listener: Received message for topic: weather: Message 0 -Listener: Received message for topic: weather: Message 0 -Listener: Received message for topic: weather: Message 1 -Listener: Received message for topic: weather: Message 1 -Listener: Received message for topic: weather: Message 2 -Listener: Received message for topic: weather: Message 2 -Listener: Received message for topic: weather: Message 3 -Listener: Received message for topic: weather: Message 3 -Listener: Received message for topic: weather: Message 4 -Listener: Received message for topic: weather: Message 4 -Listener: Received message for topic: weather: Message 5 -Listener: Received message for topic: weather: Message 5 -Listener: Received message for topic: weather: Message 6 -Listener: Received message for topic: weather: Message 6 -Listener: Received message for topic: weather: Message 7 -Listener: Received message for topic: weather: Message 7 -Listener: Received message for topic: weather: Message 8 -Listener: Received message for topic: weather: Message 8 -Listener: Received message for topic: weather: Message 9 -Listener: Received message for topic: weather: Message 9 -Listener: Setting an ExceptionListener on the connection as sample uses a TopicSubscriber -Listener: Shutting down listener for europe -Listener: Shutting down listener for news -Listener: Shutting down listener for usa -Listener: Shutting down listener for weather -Listener: Starting connection so TopicSubscriber can receive messages diff --git a/qpid/dotnet/client-010/examples/pub-sub/verify_dotnet_python b/qpid/dotnet/client-010/examples/pub-sub/verify_dotnet_python deleted file mode 100644 index dd62dbcbeb..0000000000 --- a/qpid/dotnet/client-010/examples/pub-sub/verify_dotnet_python +++ /dev/null @@ -1,11 +0,0 @@ -# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify -py=$PYTHON_EXAMPLES/pubsub - -pubsub_producer_dotnet() -{ -mono $DOTNET_EXAMPLES/example-pub-sub-Publisher.exe localhost 5672 -} - -background "Queues created" $py/topic_subscriber.py -clients pubsub_producer_dotnet -outputs ./pubsub_producer_dotnet.out "$py/topic_subscriber.py.out | remove_uuid | sort" diff --git a/qpid/dotnet/client-010/examples/pub-sub/verify_dotnet_python.in b/qpid/dotnet/client-010/examples/pub-sub/verify_dotnet_python.in deleted file mode 100644 index 130efa2b0e..0000000000 --- a/qpid/dotnet/client-010/examples/pub-sub/verify_dotnet_python.in +++ /dev/null @@ -1,95 +0,0 @@ -==== pubsub_producer_dotnet.out -==== topic_subscriber.py.out | remove_uuid | sort -Message 0 -Message 0 -Message 0 -Message 0 -Message 0 -Message 0 -Message 0 -Message 0 -Message 1 -Message 1 -Message 1 -Message 1 -Message 1 -Message 1 -Message 1 -Message 1 -Message 2 -Message 2 -Message 2 -Message 2 -Message 2 -Message 2 -Message 2 -Message 2 -Message 3 -Message 3 -Message 3 -Message 3 -Message 3 -Message 3 -Message 3 -Message 3 -Message 4 -Message 4 -Message 4 -Message 4 -Message 4 -Message 4 -Message 4 -Message 4 -Message 5 -Message 5 -Message 5 -Message 5 -Message 5 -Message 5 -Message 5 -Message 5 -Message 6 -Message 6 -Message 6 -Message 6 -Message 6 -Message 6 -Message 6 -Message 6 -Message 7 -Message 7 -Message 7 -Message 7 -Message 7 -Message 7 -Message 7 -Message 7 -Message 8 -Message 8 -Message 8 -Message 8 -Message 8 -Message 8 -Message 8 -Message 8 -Message 9 -Message 9 -Message 9 -Message 9 -Message 9 -Message 9 -Message 9 -Message 9 -Messages on 'europe' queue: -Messages on 'news' queue: -Messages on 'usa' queue: -Messages on 'weather' queue: -Queues created - please start the topic producer -Subscribing local queue 'local_europe' to europe-' -Subscribing local queue 'local_news' to news-' -Subscribing local queue 'local_usa' to usa-' -Subscribing local queue 'local_weather' to weather-' -That's all, folks! -That's all, folks! -That's all, folks! -That's all, folks! diff --git a/qpid/dotnet/client-010/examples/pub-sub/verify_java_dotnet b/qpid/dotnet/client-010/examples/pub-sub/verify_java_dotnet deleted file mode 100644 index 52069957c5..0000000000 --- a/qpid/dotnet/client-010/examples/pub-sub/verify_java_dotnet +++ /dev/null @@ -1,15 +0,0 @@ -# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify - -pubsub_listener_dotnet() -{ -mono $DOTNET_EXAMPLES/example-pub-sub-Listener.exe localhost 5672 -} - -topic_publisher_java() -{ -java -Dlog4j.configuration=file://"$JAVA"/log4j.xml -cp "$CLASSPATH" org.apache.qpid.example.jmsexample.pubsub.Publisher -} - -background "Listening for messages ..." pubsub_listener_dotnet -clients topic_publisher_java -outputs topic_publisher_java.out "pubsub_listener_dotnet.out | remove_uuid | sort" diff --git a/qpid/dotnet/client-010/examples/pub-sub/verify_java_dotnet.in b/qpid/dotnet/client-010/examples/pub-sub/verify_java_dotnet.in deleted file mode 100644 index 1b37f711c4..0000000000 --- a/qpid/dotnet/client-010/examples/pub-sub/verify_java_dotnet.in +++ /dev/null @@ -1,95 +0,0 @@ -==== topic_publisher_java.out -Publisher: Creating a non-transacted, auto-acknowledged session -Publisher: Creating a TestMessage to send to the topics -Publisher: Creating a Message Publisher for topic usa.weather -Publisher: Sending message 1 -Publisher: Sending message 2 -Publisher: Sending message 3 -Publisher: Sending message 4 -Publisher: Sending message 5 -Publisher: Sending message 6 -Publisher: Creating a Message Publisher for topic usa.news -Publisher: Sending message 1 -Publisher: Sending message 2 -Publisher: Sending message 3 -Publisher: Sending message 4 -Publisher: Sending message 5 -Publisher: Sending message 6 -Publisher: Creating a Message Publisher for topic europe.weather -Publisher: Sending message 1 -Publisher: Sending message 2 -Publisher: Sending message 3 -Publisher: Sending message 4 -Publisher: Sending message 5 -Publisher: Sending message 6 -Publisher: Creating a Message Publisher for topic europe.news -Publisher: Sending message 1 -Publisher: Sending message 2 -Publisher: Sending message 3 -Publisher: Sending message 4 -Publisher: Sending message 5 -Publisher: Sending message 6 -Publisher: Closing connection -Publisher: Closing JNDI context -==== pubsub_listener_dotnet.out | remove_uuid | sort -Declaring queue: europe -Declaring queue: news -Declaring queue: usa -Declaring queue: weather -Listening for messages ... -Message: message 1 from europe -Message: message 1 from europe -Message: message 1 from news -Message: message 1 from news -Message: message 1 from usa -Message: message 1 from usa -Message: message 1 from weather -Message: message 1 from weather -Message: message 2 from europe -Message: message 2 from europe -Message: message 2 from news -Message: message 2 from news -Message: message 2 from usa -Message: message 2 from usa -Message: message 2 from weather -Message: message 2 from weather -Message: message 3 from europe -Message: message 3 from europe -Message: message 3 from news -Message: message 3 from news -Message: message 3 from usa -Message: message 3 from usa -Message: message 3 from weather -Message: message 3 from weather -Message: message 4 from europe -Message: message 4 from europe -Message: message 4 from news -Message: message 4 from news -Message: message 4 from usa -Message: message 4 from usa -Message: message 4 from weather -Message: message 4 from weather -Message: message 5 from europe -Message: message 5 from europe -Message: message 5 from news -Message: message 5 from news -Message: message 5 from usa -Message: message 5 from usa -Message: message 5 from weather -Message: message 5 from weather -Message: message 6 from europe -Message: message 6 from europe -Message: message 6 from news -Message: message 6 from news -Message: message 6 from usa -Message: message 6 from usa -Message: message 6 from weather -Message: message 6 from weather -Message: That's all, folks! from europe -Message: That's all, folks! from news -Message: That's all, folks! from usa -Message: That's all, folks! from weather -Shutting down listener for control -Shutting down listener for control -Shutting down listener for control -Shutting down listener for control diff --git a/qpid/dotnet/client-010/examples/pub-sub/verify_python_dotnet b/qpid/dotnet/client-010/examples/pub-sub/verify_python_dotnet deleted file mode 100644 index 0366e3a9ac..0000000000 --- a/qpid/dotnet/client-010/examples/pub-sub/verify_python_dotnet +++ /dev/null @@ -1,11 +0,0 @@ -# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify -py=$PYTHON_EXAMPLES/pubsub - -pubsub_listener_dotnet() -{ -mono $DOTNET_EXAMPLES/example-pub-sub-Listener.exe localhost 5672 -} - -background "Listening for messages ..." pubsub_listener_dotnet -clients $py/topic_publisher.py -outputs $py/topic_publisher.py.out "pubsub_listener_dotnet.out | remove_uuid | sort" diff --git a/qpid/dotnet/client-010/examples/pub-sub/verify_python_dotnet.in b/qpid/dotnet/client-010/examples/pub-sub/verify_python_dotnet.in deleted file mode 100644 index ac1b681b32..0000000000 --- a/qpid/dotnet/client-010/examples/pub-sub/verify_python_dotnet.in +++ /dev/null @@ -1,55 +0,0 @@ -==== topic_publisher.py.out -==== pubsub_listener_dotnet.out | remove_uuid | sort -Declaring queue: europe -Declaring queue: news -Declaring queue: usa -Declaring queue: weather -Listening for messages ... -Message: europe.news 0 from europe -Message: europe.news 0 from news -Message: europe.news 1 from europe -Message: europe.news 1 from news -Message: europe.news 2 from europe -Message: europe.news 2 from news -Message: europe.news 3 from europe -Message: europe.news 3 from news -Message: europe.news 4 from europe -Message: europe.news 4 from news -Message: europe.weather 0 from europe -Message: europe.weather 0 from weather -Message: europe.weather 1 from europe -Message: europe.weather 1 from weather -Message: europe.weather 2 from europe -Message: europe.weather 2 from weather -Message: europe.weather 3 from europe -Message: europe.weather 3 from weather -Message: europe.weather 4 from europe -Message: europe.weather 4 from weather -Message: That's all, folks! from europe -Message: That's all, folks! from news -Message: That's all, folks! from usa -Message: That's all, folks! from weather -Message: usa.news 0 from news -Message: usa.news 0 from usa -Message: usa.news 1 from news -Message: usa.news 1 from usa -Message: usa.news 2 from news -Message: usa.news 2 from usa -Message: usa.news 3 from news -Message: usa.news 3 from usa -Message: usa.news 4 from news -Message: usa.news 4 from usa -Message: usa.weather 0 from usa -Message: usa.weather 0 from weather -Message: usa.weather 1 from usa -Message: usa.weather 1 from weather -Message: usa.weather 2 from usa -Message: usa.weather 2 from weather -Message: usa.weather 3 from usa -Message: usa.weather 3 from weather -Message: usa.weather 4 from usa -Message: usa.weather 4 from weather -Shutting down listener for control -Shutting down listener for control -Shutting down listener for control -Shutting down listener for control diff --git a/qpid/dotnet/client-010/examples/request-response/verify_dotnet_java b/qpid/dotnet/client-010/examples/request-response/verify_dotnet_java deleted file mode 100644 index 56477c623a..0000000000 --- a/qpid/dotnet/client-010/examples/request-response/verify_dotnet_java +++ /dev/null @@ -1,16 +0,0 @@ -# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify - -server_dotnet() -{ -mono $DOTNET_EXAMPLES/example-request-response-Server.exe localhost 5672 -} - -client_java() -{ -java -Dlog4j.configuration=file://"$JAVA"/log4j.xml -cp "$CLASSPATH" org.apache.qpid.example.jmsexample.requestResponse.Client -} - -background "Waiting for requests" server_dotnet -clients client_java -kill %% -outputs ./server_dotnet.out "client_java.out | remove_uuid" diff --git a/qpid/dotnet/client-010/examples/request-response/verify_dotnet_java.in b/qpid/dotnet/client-010/examples/request-response/verify_dotnet_java.in deleted file mode 100644 index 96e8b8a255..0000000000 --- a/qpid/dotnet/client-010/examples/request-response/verify_dotnet_java.in +++ /dev/null @@ -1,21 +0,0 @@ -==== server_dotnet.out -Waiting for requests -Request: Twas brillig, and the slithy toves -Request: Did gire and gymble in the wabe. -Request: All mimsy were the borogroves, -Request: And the mome raths outgrabe. -==== 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 -Client: Creating a QueueRequestor -Client: Starting connection -Client: Request Content= Twas brillig, and the slithy toves -Client: Response Content= TWAS BRILLIG, AND THE SLITHY TOVES -Client: Request Content= Did gire and gymble in the wabe. -Client: Response Content= DID GIRE AND GYMBLE IN THE WABE. -Client: Request Content= All mimsy were the borogroves, -Client: Response Content= ALL MIMSY WERE THE BOROGROVES, -Client: Request Content= And the mome raths outgrabe. -Client: Response Content= AND THE MOME RATHS OUTGRABE. -Client: Closing connection -Client: Closing JNDI context diff --git a/qpid/dotnet/client-010/examples/request-response/verify_dotnet_python b/qpid/dotnet/client-010/examples/request-response/verify_dotnet_python deleted file mode 100644 index 8ae2f41361..0000000000 --- a/qpid/dotnet/client-010/examples/request-response/verify_dotnet_python +++ /dev/null @@ -1,12 +0,0 @@ -# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify -py=$PYTHON_EXAMPLES/request-response - -server_dotnet() -{ -mono $DOTNET_EXAMPLES/example-request-response-Server.exe localhost 5672 -} - -background "Waiting for requests" server_dotnet -clients $py/client.py -kill %% -outputs "$py/client.py.out | remove_uuid" "server_dotnet.out | remove_uuid" diff --git a/qpid/dotnet/client-010/examples/request-response/verify_dotnet_python.in b/qpid/dotnet/client-010/examples/request-response/verify_dotnet_python.in deleted file mode 100644 index 4455f4e133..0000000000 --- a/qpid/dotnet/client-010/examples/request-response/verify_dotnet_python.in +++ /dev/null @@ -1,17 +0,0 @@ -==== client.py.out | remove_uuid -Request: Twas brillig, and the slithy toves -Request: Did gyre and gimble in the wabe. -Request: All mimsy were the borogroves, -Request: And the mome raths outgrabe. -Messages on queue: reply_to: -Response: TWAS BRILLIG, AND THE SLITHY TOVES -Response: DID GYRE AND GIMBLE IN THE WABE. -Response: ALL MIMSY WERE THE BOROGROVES, -Response: AND THE MOME RATHS OUTGRABE. -No more messages! -==== server_dotnet.out | remove_uuid -Waiting for requests -Request: Twas brillig, and the slithy toves -Request: Did gyre and gimble in the wabe. -Request: All mimsy were the borogroves, -Request: And the mome raths outgrabe. diff --git a/qpid/dotnet/client-010/examples/request-response/verify_java_dotnet b/qpid/dotnet/client-010/examples/request-response/verify_java_dotnet deleted file mode 100644 index 6950a6a4ec..0000000000 --- a/qpid/dotnet/client-010/examples/request-response/verify_java_dotnet +++ /dev/null @@ -1,15 +0,0 @@ -# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify - -server_java() -{ -java -Dlog4j.configuration=file://"$JAVA"/log4j.xml -cp "$CLASSPATH" org.apache.qpid.example.jmsexample.requestResponse.Server -} - -client_dotnet() -{ -mono $DOTNET_EXAMPLES/example-request-response-Client.exe localhost 5672 -} -background "can receive messages" server_java -clients client_dotnet -kill %% -outputs "server_java.out | remove_uuid" ./client_dotnet.out diff --git a/qpid/dotnet/client-010/examples/request-response/verify_java_dotnet.in b/qpid/dotnet/client-010/examples/request-response/verify_java_dotnet.in deleted file mode 100644 index 16b1853f37..0000000000 --- a/qpid/dotnet/client-010/examples/request-response/verify_java_dotnet.in +++ /dev/null @@ -1,36 +0,0 @@ -==== server_java.out | remove_uuid -Server: Setting an ExceptionListener on the connection as sample uses a MessageConsumer -Server: Creating a non-transacted, auto-acknowledged session -Server: Creating a MessageConsumer -Server: Creating a MessageProducer -Server: Starting connection so MessageConsumer can receive messages -Server: Receiving the message -Server: Activating response queue listener -Server: Response = TWAS BRILLIG, AND THE SLITHY TOVES - -Server: Receiving the message -Server: Activating response queue listener -Server: Response = DID GIRE AND GYMBLE IN THE WABE. - -Server: Receiving the message -Server: Activating response queue listener -Server: Response = ALL MIMSY WERE THE BOROGROVES, - -Server: Receiving the message -Server: Activating response queue listener -Server: Response = AND THE MOME RATHS OUTGRABE. - -Server: Receiving the message -Server: Activating response queue listener -Server: Response = THAT'S ALL, FOLKS! - -Server: Receiving the message -==== client_dotnet.out -Activating response queue listener for: clientSystem.Byte[] -Waiting for all responses to arrive ... -Response: TWAS BRILLIG, AND THE SLITHY TOVES -Response: DID GIRE AND GYMBLE IN THE WABE. -Response: ALL MIMSY WERE THE BOROGROVES, -Response: AND THE MOME RATHS OUTGRABE. -Shutting down listener for clientSystem.Byte[] -Response: THAT'S ALL, FOLKS! diff --git a/qpid/dotnet/client-010/examples/request-response/verify_python_dotnet b/qpid/dotnet/client-010/examples/request-response/verify_python_dotnet deleted file mode 100644 index f1b5d662bd..0000000000 --- a/qpid/dotnet/client-010/examples/request-response/verify_python_dotnet +++ /dev/null @@ -1,12 +0,0 @@ -# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify -py=$PYTHON_EXAMPLES/request-response - -client_dotnet() -{ -mono $DOTNET_EXAMPLES/example-request-response-Client.exe localhost 5672 -} - -background "Request server running" $py/server.py -clients client_dotnet -kill %% -outputs "client_dotnet.out | remove_uuid" "$py/server.py.out | remove_uuid" diff --git a/qpid/dotnet/client-010/examples/request-response/verify_python_dotnet.in b/qpid/dotnet/client-010/examples/request-response/verify_python_dotnet.in deleted file mode 100644 index d982a61a04..0000000000 --- a/qpid/dotnet/client-010/examples/request-response/verify_python_dotnet.in +++ /dev/null @@ -1,12 +0,0 @@ -==== client_dotnet.out | remove_uuid -Activating response queue listener for: clientSystem.Byte[] -Waiting for all responses to arrive ... -Response: TWAS BRILLIG, AND THE SLITHY TOVES -Response: DID GIRE AND GYMBLE IN THE WABE. -Response: ALL MIMSY WERE THE BOROGROVES, -Response: AND THE MOME RATHS OUTGRABE. -Shutting down listener for clientSystem.Byte[] -Response: THAT'S ALL, FOLKS! -==== server.py.out | remove_uuid -Request server running - run your client now. -(Times out after 100 seconds ...) |
