Re: ServiceBus and Proton-C 0.12 IOP Issue

2016-02-27 Thread Robbie Gemmell
part focused on newer reactive API work in Proton rather than on the Messenger API. > > -Original Message- > From: Robbie Gemmell [mailto:robbie.gemm...@gmail.com] > Sent: Friday, February 26, 2016 4:53 AM > To: users@qpid.apache.org > Subject: Re: ServiceBus and Proton-C

RE: ServiceBus and Proton-C 0.12 IOP Issue

2016-02-27 Thread Randy Armstrong
r, so if you are just starting out you might be better looking towards those instead. Robbie >> >> -----Original Message- >> From: Andrew Stitcher [mailto:astitc...@redhat.com] >> Sent: Thursday, February 25, 2016 2:51 PM >> To: users@qpid.apache.org >> Sub

Re: ServiceBus and Proton-C 0.12 IOP Issue

2016-02-26 Thread Robbie Gemmell
starting out you might be better looking towards those instead. Robbie >> >> -----Original Message- >> From: Andrew Stitcher [mailto:astitc...@redhat.com] >> Sent: Thursday, February 25, 2016 2:51 PM >> To: users@qpid.apache.org >> Subject: Re: ServiceBus an

Re: ServiceBus and Proton-C 0.12 IOP Issue

2016-02-26 Thread Robbie Gemmell
at.com] > Sent: Thursday, February 25, 2016 2:51 PM > To: users@qpid.apache.org > Subject: Re: ServiceBus and Proton-C 0.12 IOP Issue > > On Thu, 2016-02-25 at 14:26 -0800, Randy Armstrong wrote: >> ... >> I then get what looks like a NULL pointer error from .NET: > > It doe

Re: ServiceBus and Proton-C 0.12 IOP Issue

2016-02-26 Thread Robbie Gemmell
On 25 February 2016 at 21:16, Gordon Sim wrote: > On 25/02/16 16:01, Randy Armstrong wrote: >> >> >> [00B3D578]:0 <- @detach(22) [handle=0, closed=true, error=@error(29) >> [condition=:"amqp:unauthorized-access", description="Unauthorized access. >> 'Listen' claim(s) are required to perform this o

RE: ServiceBus and Proton-C 0.12 IOP Issue

2016-02-25 Thread Randy Armstrong
be related to an ACK for the message? -Original Message- From: Andrew Stitcher [mailto:astitc...@redhat.com] Sent: Thursday, February 25, 2016 2:51 PM To: users@qpid.apache.org Subject: Re: ServiceBus and Proton-C 0.12 IOP Issue On Thu, 2016-02-25 at 14:26 -0800, Randy Armstrong wrote:

Re: ServiceBus and Proton-C 0.12 IOP Issue

2016-02-25 Thread Andrew Stitcher
On Thu, 2016-02-25 at 14:26 -0800, Randy Armstrong wrote: > ... > I then get what looks like a NULL pointer error from .NET: It doesn't look like that to me (but I know very little about how Azure works). > ... > [00AADD40]:0 <- @detach(22) [handle=0, closed=true, error=@error(29) > [condition=:"

Re: ServiceBus and Proton-C 0.12 IOP Issue

2016-02-25 Thread Andrew Stitcher
On Thu, 2016-02-25 at 21:16 +, Gordon Sim wrote: > On 25/02/16 16:01, Randy Armstrong wrote: > > > > [00B3D578]:0 <- @detach(22) [handle=0, closed=true, error=@error(29 > > ) > > [condition=:"amqp:unauthorized-access", description="Unauthorized > > access. > > 'Listen' claim(s) are required to

RE: ServiceBus and Proton-C 0.12 IOP Issue

2016-02-25 Thread Randy Armstrong
xception: Value cannot be null.\x0d\x0aParameter name: collection. TrackingId:44365b43000200109ad656cf7eb9_G12_B31,TimeStamp:2/25/2016 10:23:01 PM"]] Application consumed 427 bytes from peer I am guessing this is because my message is missing a field that proton expects. Any idea what this

Re: ServiceBus and Proton-C 0.12 IOP Issue

2016-02-25 Thread Gordon Sim
On 25/02/16 16:01, Randy Armstrong wrote: [00B3D578]:0 <- @detach(22) [handle=0, closed=true, error=@error(29) [condition=:"amqp:unauthorized-access", description="Unauthorized access. 'Listen' claim(s) are required to perform this operation. Resource: 'sb://opcfoundation-prototyping.servicebus.

Re: ServiceBus and Proton-C 0.12 IOP Issue

2016-02-25 Thread Cliff Jansen
Thank-you for the additional information. It appears that you successfully create an SSL encrypted TCP connection acceptable to each peer. So SSL configuration seems fine. It further appears that the service bus refuses to create a link to your topic based on an unauthorized access attempt, pres

ServiceBus and Proton-C 0.12 IOP Issue

2016-02-25 Thread Randy Armstrong
I am using the "recv" example from the 0.12 codebase. The URL I am using is: amqps://receiver:@opcfoundation-prototyping.servicebus.windows.net/MyTopic/Subscriptions/ default" I have tried with pn_messenger_set_flags(messenger, PN_FLAGS_ALLOW_INSECURE_MECHS); and pn_messenger_set_flags