Modify the Fanout example to reflect the fanout functionality
-------------------------------------------------------------
Key: QPID-864
URL: https://issues.apache.org/jira/browse/QPID-864
Project: Qpid
Issue Type: Improvement
Components: Java Tests
Affects Versions: M3
Reporter: Rajith Attapattu
Assignee: Rajith Attapattu
Priority: Minor
Fix For: M3
The current fanout example cannot be used to demonstrate the functionality of
the fanout exchange.
The C++ and python examples are already modified to run multiple instances.
You should be able to start multiple instances of the Listener and Consumer
that would create and bind a queue to the fanout exchange and receive all
messages published to it.
In order to use pure JMS the Listener and Consumer classes are modified to take
a JNDI name (of a queue bound to the fanout exchange) from the command line.
The fanout.properties defines 3 such queues. The verify script currently starts
3 listeners for the fanout example.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.