On 07/26/2011 04:21 PM, Gordon Sim wrote:
On 07/26/2011 02:50 PM, Jiri Krutil wrote:
Hi
I'm trying to declare an exchange using the C++ messaging client v0.7.
It is a headers exchange with the argument qpid.msg_sequence set to true.
I'm using the following Sender address:
test-4;{assert:always, create:always, node:{durable:True, type:topic,
x-declare:{arguments:{qpid.msg_sequence:True}, auto-delete:False,
type:headers}}}
This gives me the following exception:
Option qpid.msg_sequence does not match for test-4, expected
F1:boolean(1), got F1:boolean(1)
Qpid-tool however shows the following info for this exchange:
name test-4
type headers
durable True
autoDelete False
altExchange absent
arguments {u'qpid.msg_sequence': True}
Am I doing something wrong? Any hints?
No, that is a bug in the client library. I'll get a fix in shortly.
Fixed on trunk (see https://issues.apache.org/jira/browse/QPID-3372).
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]