On 05/17/2013 01:21 PM, Christian Fromme wrote:
Hi,

On Fri, May 17, 2013 at 10:52 AM, Gordon Sim <[email protected]> wrote:

Attached is a simple example showing what this would look like using the C++
qpid::messaging API. It creates a link between two brokers and then
established a flow of messages between the amq.fanout exchanges.

Feel free to ask any questions as regrettably this is not terribly well
documented.

Using the (newer) qpid::messaging API, I can't seem to find where to
add the routing-key for a bridge. I guess its somewhere through the
Variant::Map args? Are possible key/value pairs the broker understands
documented somewhere?

Its in the properties map within the args, the name of the property is 'key'.

The full ist of properties for a bridge are "src", "dest", "key", "tag", "excludes", "srcIsQueue", "srcIsLocal", "dynamic", "sync" and
"credit"



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

Reply via email to