You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2007/12/05 17:22:51 UTC

svn commit: r601394 - in /incubator/qpid/trunk/qpid/python/examples: direct/ fanout/ pubsub/

Author: gsim
Date: Wed Dec  5 08:22:50 2007
New Revision: 601394

URL: http://svn.apache.org/viewvc?rev=601394&view=rev
Log:
Renamed for consistency with c++


Added:
    incubator/qpid/trunk/qpid/python/examples/direct/direct_config_queues.py
      - copied unchanged from r601358, incubator/qpid/trunk/qpid/python/examples/direct/config_direct_exchange.py
    incubator/qpid/trunk/qpid/python/examples/direct/direct_publisher.py
      - copied unchanged from r601353, incubator/qpid/trunk/qpid/python/examples/direct/direct_producer.py
    incubator/qpid/trunk/qpid/python/examples/direct/listener.py
      - copied unchanged from r601358, incubator/qpid/trunk/qpid/python/examples/direct/direct_consumer.py
    incubator/qpid/trunk/qpid/python/examples/fanout/fanout_config_queues.py
      - copied unchanged from r601358, incubator/qpid/trunk/qpid/python/examples/fanout/config_fanout_exchange.py
    incubator/qpid/trunk/qpid/python/examples/fanout/fanout_publisher.py
      - copied unchanged from r601358, incubator/qpid/trunk/qpid/python/examples/fanout/fanout_producer.py
    incubator/qpid/trunk/qpid/python/examples/fanout/listener.py
      - copied unchanged from r601353, incubator/qpid/trunk/qpid/python/examples/fanout/fanout_consumer.py
    incubator/qpid/trunk/qpid/python/examples/pubsub/topic_listener.py
      - copied unchanged from r601358, incubator/qpid/trunk/qpid/python/examples/pubsub/topic_consumer.py
    incubator/qpid/trunk/qpid/python/examples/pubsub/topic_publisher.py
      - copied unchanged from r601358, incubator/qpid/trunk/qpid/python/examples/pubsub/topic_producer.py
Removed:
    incubator/qpid/trunk/qpid/python/examples/direct/config_direct_exchange.py
    incubator/qpid/trunk/qpid/python/examples/direct/direct_consumer.py
    incubator/qpid/trunk/qpid/python/examples/direct/direct_producer.py
    incubator/qpid/trunk/qpid/python/examples/fanout/config_fanout_exchange.py
    incubator/qpid/trunk/qpid/python/examples/fanout/fanout_consumer.py
    incubator/qpid/trunk/qpid/python/examples/fanout/fanout_producer.py
    incubator/qpid/trunk/qpid/python/examples/pubsub/topic_consumer.py
    incubator/qpid/trunk/qpid/python/examples/pubsub/topic_producer.py