Re: Using Qpid Dispatch (with C++ broker)

2015-08-25 Thread Cliff Jansen
The certDb (proton: pn_ssl_domain_t::pn_ssl_domain_trusted_certificate_db) is the database/collection/store of CA certificates which are used to validate the authenticity of the peer's certificate (client or server). For self signed certificates, at least the public portion of the certificate itse

Re: rejected disposition state

2015-08-25 Thread Matt Broadstone
On Tue, Aug 25, 2015 at 12:07 PM, Gordon Sim wrote: > On 08/25/2015 04:55 PM, Robbie Gemmell wrote: > >> I had a quick chat with Matt on IRC earlier and it seems he actually >> was looking to try having a consumer from the broker be able to send >> disposition to a producer to the broker. I expla

Re: rejected disposition state

2015-08-25 Thread Gordon Sim
On 08/25/2015 04:55 PM, Robbie Gemmell wrote: I had a quick chat with Matt on IRC earlier and it seems he actually was looking to try having a consumer from the broker be able to send disposition to a producer to the broker. I explained the dispositions are between the sender+broker and broker+re

Re: rejected disposition state

2015-08-25 Thread Robbie Gemmell
On 25 August 2015 at 15:48, Gordon Sim wrote: > On 08/25/2015 03:17 PM, Matt Broadstone wrote: >> >> On Tue, Aug 25, 2015 at 10:04 AM, Matt Broadstone >> wrote: >> >>> On Tue, Aug 25, 2015 at 9:43 AM, Matt Broadstone >>> wrote: >>> Hi, I just ran into an issue with disposition states w

Re: rejected disposition state

2015-08-25 Thread Gordon Sim
On 08/25/2015 03:17 PM, Matt Broadstone wrote: On Tue, Aug 25, 2015 at 10:04 AM, Matt Broadstone wrote: On Tue, Aug 25, 2015 at 9:43 AM, Matt Broadstone wrote: Hi, I just ran into an issue with disposition states while writing a qpid integration test for node-amqp10. I'm explicitly sending

Re: rejected disposition state

2015-08-25 Thread Matt Broadstone
On Tue, Aug 25, 2015 at 9:43 AM, Matt Broadstone wrote: > Hi, > I just ran into an issue with disposition states while writing a qpid > integration test for node-amqp10. I'm explicitly sending a disposition with > a "Rejected" state to qpidd, but qpidd is responding with an "Accepted" > state (th

Re: rejected disposition state

2015-08-25 Thread Matt Broadstone
On Tue, Aug 25, 2015 at 10:04 AM, Matt Broadstone wrote: > On Tue, Aug 25, 2015 at 9:43 AM, Matt Broadstone > wrote: > >> Hi, >> I just ran into an issue with disposition states while writing a qpid >> integration test for node-amqp10. I'm explicitly sending a disposition with >> a "Rejected" st

rejected disposition state

2015-08-25 Thread Matt Broadstone
Hi, I just ran into an issue with disposition states while writing a qpid integration test for node-amqp10. I'm explicitly sending a disposition with a "Rejected" state to qpidd, but qpidd is responding with an "Accepted" state (this has been verified with wireshark to be what's happening). I very