----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51665/ -----------------------------------------------------------
Review request for qpid and Alan Conway. Repository: qpid-cpp Description ------- The qpid::messaging address syntax has several AMQP 0-10 specific parts that cannot be expressed well in AMQP 1.0. However, these strings could be passed through unparsed to the server which might be able to interpret them. This would allow different options in trying to move existing applications to the 1.0 protocol. This patch provides a new option, address_passthrough, which can be used to control this behaviour. If false, the address will never be passed through. If true, the address will always be passed through. If not specified, the adress will only be passed through on connections where the server has indicated it desires this, by setting the 'qpid:messaging:address' capability on the connection. Diffs ----- src/qpid/messaging/ConnectionOptions.h c8c8798 src/qpid/messaging/ConnectionOptions.cpp d956e9a src/qpid/messaging/amqp/ConnectionContext.h ba3220c src/qpid/messaging/amqp/ConnectionContext.cpp 25dd68d Diff: https://reviews.apache.org/r/51665/diff/ Testing ------- Thanks, Gordon Sim
