Re: Qpid Proton C++ open_sender vs open_receiver

2019-10-14 Thread MattR
Robbie Gemmell wrote > Calling open_sender will open a 'sender' link, and calling > open_receiver will create a 'receiver' link. The two are mostly > independent if you are simply sending to a queue, suggesting any > difference being seen from adding the latter would probably be some > interaction

Re: Qpid Proton C++ open_sender vs open_receiver

2019-10-14 Thread Robbie Gemmell
Calling open_sender will open a 'sender' link, and calling open_receiver will create a 'receiver' link. The two are mostly independent if you are simply sending to a queue, suggesting any difference being seen from adding the latter would probably be some interaction with the server configuration,