Carl Trieloff wrote:
One comment I would have. In AMQP 1.0 we will have Queues and links, which can still handle the 0-10 model. However in an API would we not want to drop the noun Exchange and just use BindTo() or LinkTo() so that the API will work forwards to AMQP 1.0 with naming?
The noun Exchange does not appear in the core API (i.e. in the client::api namespsace), nor in the examples that use that API.
It is only used in the AMQP 0-10 specific implementation (i.e. the client::amqp0_10 namespace), where it makes sense to do so in my view.
--------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org