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?
Cheers
Jiri
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]