I am using the qpid client API in my program. Do you have any method to
convert the qpid client API to qpid message API? What I have in my program
context is qpid:client:Session and if I use qpid messaging I have to use
qpid:messaging:Session. Is there a way to convert qpid:client:Session to
qpid:
> I want to use C++ client API for request-response message.
> There is an example in qpidc-6.0 but it uses a message
> listener for the response message. What I want is looking for
> an API to block the current thread and waiting for the
> response message. Does C++ client code support such AP
Please see Robin's reply to a similar question on this list.
--
Steve Huston, Riverace Corporation
Total Lifecycle Support for Your Networked Applications
http://www.riverace.com
> -Original Message-
> From: zhaoyi0...@gmail.com [mailto:zhaoyi0...@gmail.com]
> Sent: Saturday, September
Hi Robin,
Yes, you nailed every point. All help to improve the documentation area
would be very welcomed!
-Steve
--
Steve Huston, Riverace Corporation
Total Lifecycle Support for Your Networked Applications
http://www.riverace.com
> -Original Message-
> From: Robin Palotai [mailto:palo
I want to use C++ client API for request-response message. There is an
example in qpidc-6.0 but it uses a message listener for the response
message. What I want is looking for an API to block the current thread and
waiting for the response message. Does C++ client code support such API?
--
View t
From what I can see this far, qpid::client is a low-level API directly
using AMQP style, while qpid::messaging is a higher level API which
tries to hide AMQP. Some of the differences I found (maybe not right,
but don't have any better):
- messaging uses terms "queue" and "topic", where "topic"
I am using qpid-java-0.6. I send a request-response message as below:
QueueRequestor requestor = new QueueRequestor(...)
requestor.request(msg)
How can I set the response queue on the requestor?
thanks,
Zhao Yi
--
View this message in context:
http://apache-qpid-users.2158936.n2.nabble.com/H