Skip to content

Latest commit

 

History

History
14 lines (6 loc) · 415 Bytes

README.md

File metadata and controls

14 lines (6 loc) · 415 Bytes

dispatch_router_examples

Examples of setting up and running the QPID Dispatch Router

01_hello_world

Build and install the router from source, send 5 messages through it from a Python sender to a Python receiver.

02_4_mesh

Start 4 routers in a mesh -- i.e. in a completely connected network. Use one sender and a multicast address so that each of 4 receivers gets every one of the sender's messages.