On 05/02/19 10:50, Marie Sacksick wrote:
I am trying to use Qpid Proton 0.26.0 with the corresponding gem to exchange with Azure Eventhub. However, when using the method .receive on a Receiver, I have the following error:

  * Qpid::Proton::LinkError Exception: [-5]:
    #<SWIG::TYPE_p_pn_error_t:0x00561d885e7b20

Is it something you are aware of? How can I fix it?

I am not familiar with the ruby client. However, it looks like the server is sending an error. You should be able to get the text of the error message which would shed more light on the situation. Can you run the program that produced this error with environment variable PN_TRACE_FRM set to 1? That will print out the exchange of AMQP frames between the client and server and should also help identify the root cause.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to