Re: C++ API - Check whether queue exists

2016-01-13 Thread Gordon Sim
On 01/13/2016 04:07 PM, rat...@web.de wrote: Hi, I am using the C++ messaging API for QPID to realize an remote-procedure-call (RPC) via a request-reply pattern (see https://qpid.apache.org/releases/qpid-0.24/programming/book/ch02s12.html) The client pushes to a service-queue and generates an re

Re: C++ API - Check whether queue exists

2016-01-13 Thread rat...@web.de
, could you give me a hint how such a call would look like? I'm using the java broker, so I'm not sure whether I can use QMF in the first place... -- View this message in context: http://qpid.2158936.n2.nabble.com/C-API-Check-whether-queue-exists-tp7636548p7636557.html Sent from the A

Re: C++ API - Check whether queue exists

2016-01-13 Thread Virgilio Fornazin
er(address); > will in this case create an exception and invalidates the current session. > > I would like to check in advance, whether a queue exists before creating > the > sender. Is this anyhow possible with the C++ messaging API? > > Thx in advance... > > > &g

C++ API - Check whether queue exists

2016-01-13 Thread rat...@web.de
e in context: http://qpid.2158936.n2.nabble.com/C-API-Check-whether-queue-exists-tp7636548.html Sent from the Apache Qpid users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org