On 09/24/2012 07:48 AM, Plug Gulp wrote:
I am new to Qpid (actually to MQ in general). I was reading the Qpid
programming guide. In that there is an example of using XML exchange.
I was wondering if there is a similar custom exchange with support for
JSON?

There isn't, but what exactly do you want to do? The XML exchange supports xquery based matching on the content of the message. However it also allows querying of the application 'headers' - the meta-data attached to the message distinct from (bit perhaps mirroring) the content.

So unless you absolutely must route on content and cannot pull the key meta-data up into the headers, you should be able to use the "XML Exchange" for other content than XML - including JSON.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to