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
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
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.