1.4. Custom Exchange Types
AMQP allows implementations to provide exchange types that are not defined in the standard. These exchange types are referred to as custom exchange types.
MRG Messaging provides an XML Exchange, which can route XML messages based on their content. The bindings for an XML Exchange use an XQuery, which is applied to the content and headers of each message to determine whether the message should be routed.