What AMQP and other exchanges does Qpid support?
Both brokers support: • Direct Exchange • Topic Exchange • Fanout Exchange • Headers Exchange In additional the C++ broker support • XML Exchange – Query routing • Custom exchange via plug-in. Custom exchanges allow you to provide your own custom routing logic and algorithms via a plug-in. If you build an interesting exchange, please feel free to contribute it back to the Qpid project.