On Wed, May 28, 2014 at 9:13 AM, TheLoneStranger <[email protected]
> wrote:

> Just an update on the progress..
>
> The 581 patch for Proton works and I now have publisher that publishes to
> the server via amqps.
> However we cannot see any messages arriving at the ServiceBus queue(s).
>
> In essence, the call to pn_messenger_put works, but when I call
> pn_messenger_recv, I get an error implying that there are "no valid
> sources".
>

Can you post some sample code?

The "no valid sources" error implies that you have not successfully
subscribed to the queue, but it doesn't say anything about whether or not
the message you published made it into the queue or not. I would suggest
checking the queue size before/after publishing your messages so that you
can isolate send issues from receive issues.

--Rafael

Reply via email to