When may I use pn_message_free?

2015-05-25 Thread TonyErcolano
Given that I have a well formed message, If I have the following snippet: pn_messenger_put(myMessenger, myMessage); pn_message_clear(myMessage); // // More code here that sets up new message stuff in myMessage // pn_messenger_put(myMessenger, myMessage); pn_messenger_send(myMessenger, -1); Will

Will pn_selectable_free() close file descriptor?

2015-05-25 Thread Michael Ivanov
Greetings, I am using selectable interface in proton and I wonder should I close file descriptor (received from pn_selectable_get_fd()) myself when selectable is terminated or will pn_selectable_free() close it? Best regards, -- \ / | | (OvO) | Mikhail Iw

qpid-queue-stats: no output

2015-05-25 Thread Matt Broadstone
Hi All, When trying to run qpid-queue-stats against my local qpidd instance, I'm not seeing any statistics being reported. I'm using the default qpidd configuration (mgmt-enable and mgmt-qmf2 are enabled), and can verify that the tool is able to connect to the broker and authenticate appropriately.