Hi,

I have just started with the client api's using python pub-sub examples. I'm
modifying them for my purpose / for understanding and have encountered some
doubts. I would appreciate any help with these


1. Is a new delivery_property objected created each time
session.delivery_properties is called or are we getting only a reference to
a session global delivery property object? How do i set multiple multiple
delivery_properties to the same message?

2. None of the examples show how i can add other message headers. Can i use
session.delivery_properties("my_field"=val) for this purpose?

2. Are there any naming / file conventions to track down the relevant C++
api from the python api apart from a grep?

4.is there any api that creates a new queue and connects directly to the
destination without this being explictly handled in the code?

5.i want to measure the latencies and delivery rates etc at both the python
client and the brokers - how do i do this?

Thanks in Advance
gs

Reply via email to