Re: Qpid Proton cannot connect to Azure Service Bus 'amqp:connection:framing-error'

2019-02-28 Thread Clifford Jansen
I don't have any saved log traces of my old runs unfortunately and used up my trial account. Off hand, I wonder if the policy key is supposed to be uri encoded (or already was). It might be helpful to run the client with debugging environment vars turned on: PN_TRACE_FRM=1 PN_TRACE_DRV=1 PN_

Re: Issue with Qpid Memory

2019-02-28 Thread Gordon Sim
On 28/02/2019 11:06 pm, Venkat Jaligama wrote: Gordon, I have see the Logs of the Qpid container which had high memory usage, application logs seem to be normal however I see many error logs. These error logs constitute to 70% of the total logs generated by Qpid Container. Below are some

Re: Issue with Qpid Memory

2019-02-28 Thread Venkat Jaligama
Gordon, I have see the Logs of the Qpid container which had high memory usage, application logs seem to be normal however I see many error logs. These error logs constitute to 70% of the total logs generated by Qpid Container. Below are some of the error logs. Could these error logs indica

[RESULT][[VOTE] Release Qpid Broker-J 7.0.7

2019-02-28 Thread Oleksandr Rudyy
There were 4 binding +1 votes and no other vote received. The vote has passed. The voting thread can be found here: https://lists.apache.org/thread.html/320fe156e4ac218ae100bc4727db7f3c40589ebcf4bd44a5bcff8ab0@%3Cusers.qpid.apache.org%3E

[RESULT][[VOTE] Release Qpid Broker-J 7.1.1

2019-02-28 Thread Oleksandr Rudyy
There were 4 binding +1 votes and 1 non-binding +1 community vote. The vote has passed. The voting thread can be found here: https://lists.apache.org/thread.html/980f9e6e77398cf519356b8ae89a0038357103a5e581e1e1d490a28a@%3Cusers.qpid.apache.org%3E I will add the archives to the dist release repo a

Re: Issue with Qpid Memory

2019-02-28 Thread Gordon Sim
On 28/02/2019 1:58 pm, Chester wrote: Gordon, We see several days of low/normal (.1 GB) memory usage, followed by a linear increase of about .15 GB per hour, until we OOM after about 24 hours. I've attached some graphs and a spreadsheet to help visualize. 1week_memory_usage.png 30day_memory_u

Re: Issue with Qpid Memory

2019-02-28 Thread Chester
Gordon, We see several days of low/normal (.1 GB) memory usage, followed by a linear increase of about .15 GB per hour, until we OOM after about 24 hours. I've attached some graphs and a spreadsheet to help visualize. [image: 1week_memory_usage.png] [image: 30day_memory_usage.png] We have not ide

Re: Forward messages from ActiveMQ to RabbitMQ via Qpid Dispatch Router

2019-02-28 Thread Gordon Sim
On 26/02/2019 11:45 am, Icipher wrote: I tried to remove the section that has telemetry "in" but no success, messages are not propagated to rabbitmq.. I think you want something like this: ["address", { "prefix": "telemetry", "waypoint": true }], ["autoLink", { "addr": "tele

Re: Issue with Qpid Memory

2019-02-28 Thread Gordon Sim
On 27/02/2019 11:29 pm, Venkat Jaligama wrote: Hello Users, We are having issue with memory of one of our prod QPID broker (version 1.38.0). Qpid container memory is 4GB , every few days the memory starts spiking restarting the container. Checked the Qpid connections, exchanges and queues t

Re: Qpid Proton cannot connect to Azure Service Bus 'amqp:connection:framing-error'

2019-02-28 Thread Gordon Sim
On 25/02/2019 1:01 pm, Oskar Christensson wrote: We're trying to get a C++ connection to Azure Service Bus using AMQP with QPID proton, and trying out the examples under qpid-proton/cpp/examples it fails. Steps to reproduce: 1. Clone qpid-proton 2. Follow installation and make README