Re: proton reply handling again

2015-02-18 Thread Michael Ivanov
Many thanks, the queue name without host address worked! 18.02.2015 14:18, Gordon Sim пишет: > On 02/18/2015 11:03 AM, Michael Ivanov wrote: >> Ok I have run my test program with PN_TRACE_FRM set to 1. The program sends >> a request >> to qpidd to create a queue TESTQUEUE. As can be seen the queu

Re: proton reply handling again

2015-02-18 Thread Gordon Sim
On 02/18/2015 11:03 AM, Michael Ivanov wrote: Ok I have run my test program with PN_TRACE_FRM set to 1. The program sends a request to qpidd to create a queue TESTQUEUE. As can be seen the queue is actually created but temporary reply queue has dissappeared right after send operation. The outp

Re: proton reply handling again

2015-02-18 Thread Michael Ivanov
Ok I have run my test program with PN_TRACE_FRM set to 1. The program sends a request to qpidd to create a queue TESTQUEUE. As can be seen the queue is actually created but temporary reply queue has dissappeared right after send operation. The output is as follows: 18-Feb-2015 13:53:45.973 @D #

Re: proton reply handling again

2015-02-18 Thread Gordon Sim
On 02/18/2015 08:11 AM, Michael Ivanov wrote: Sorry I still cannot get the reply working :-( I do the following: _sender messenger is created. I create a subscription to "amqp://127.0.0.1/#" for this messenger and keep the reply address queue: s = pn_messenger_subscribe(_se

Re: proton reply handling again

2015-02-18 Thread Michael Ivanov
Sorry I still cannot get the reply working :-( I do the following: _sender messenger is created. I create a subscription to "amqp://127.0.0.1/#" for this messenger and keep the reply address queue: s = pn_messenger_subscribe(_sender, "amqp://127.0.0.1/#")); _reply_addr = pn

Re: proton reply handling again

2015-02-02 Thread Rafael Schloming
On Mon, Feb 2, 2015 at 4:46 AM, Michael Ivanov wrote: > Hallo! > > I am implementing message handling event loop using proton library. > I create a pm_messenger, subscribe to several incoming queues and wait > for input. I also need to send outgoing messages when handling incoming > ones and for

proton reply handling again

2015-02-02 Thread Michael Ivanov
Hallo! I am implementing message handling event loop using proton library. I create a pm_messenger, subscribe to several incoming queues and wait for input. I also need to send outgoing messages when handling incoming ones and for some of the outgoing messages I want to get an immediate reply (whi