Re: Creation of Request and Response quese

2012-04-19 Thread Sumi
Hi Robbie , Thank you , I am using Qpid -Java client (Qpid 0.14) , I will paste my requirement , might be i have not understood the requirement clearly Broker at realtime i would be connecting to AMQP broker 1.Existing objects in the broker - request exchange: "request.exchange" ,request queue: "re

Re: Best Practices for C++ API

2012-04-19 Thread techguy911
Thanks for the help! I'll stick with the messaging API for now and try to handle everything with address strings. If I need to find or create a C++ solution to managing the broker exchanges and queues, I'll post what I have here. -- View this message in context: http://qpid.2158936.n2.nabble.

Re: Best Practices for C++ API

2012-04-19 Thread Gordon Sim
On 04/19/2012 04:47 PM, techguy911 wrote: I have read that the preferred API to use for C++ is messaging (not client). The client API has all the good stuff for creating exchanges, queues, binding queues, setting queue options, and async message reception. I want to stay as compliant as possible

Best Practices for C++ API

2012-04-19 Thread techguy911
I have read that the preferred API to use for C++ is messaging (not client). The client API has all the good stuff for creating exchanges, queues, binding queues, setting queue options, and async message reception. I want to stay as compliant as possible with the AMQP 0.10 and 1.0 standards for f

Re: HELP!!!....Consumer.close() and session.rollback() deadlocks

2012-04-19 Thread Robbie Gemmell
Hi Gaston, As discussed on the JIRA you have linked below, a fix was applied on trunk and then backported into the Qpid 0.16 release branch so this issue should be resolved in the next Qpid release, which is currently about to hit the RC3 stage and is due for release in the weeks ahead. Robbie O

Re: Creation of Request and Response quese

2012-04-19 Thread Robbie Gemmell
Hi Sumi, What client are you using (Java/ C++ etc)? Its hard to give you particularly useful advice without first knowing this first as the client APIs differ substantially. Some further info that would help us advise you: Do you really have a requirement that your request queue be bound to an e

RE: SSL Client Authentication support for C++ on Windows

2012-04-19 Thread Steve Huston
Hi Hamid, > Hi Michal, > > Thats great, awsome job! > > @ Steve - Would it be possible to add these updates in the next offical > version of QPID? Not in 0.16 - that's already frozen for release testing. I will try to get it in 0.18. -Steve --

Re: Reduce Sender traffic

2012-04-19 Thread Bruno Matos
Hi Pavel, Thanks for the reply. I'm using C++ broker with C++ clients. Here is an example of what I'm trying to say: I have a publisher that will send message #1 to news.weather and message #2 to news.economy. If I only have one client and this client is only listening news.weather, sending #2 w

HELP!!!....Consumer.close() and session.rollback() deadlocks

2012-04-19 Thread Gaston Quezada
Hi all, anyone knows the solution reported on consumer close and session rollback deadlocks. I found this link yesterday related to the topic https://issues.apache.org/jira/browse/QPID-3911 Thanks. -- Gastón Quezada http://dooid.me/quezadagaston

Re: Creation of Request and Response quese

2012-04-19 Thread Sumi
Hi Frase, My query on Request response is very similar to you're post http://apache-qpid-users.2158936.n2.nabble.com/Connecting-exchanges-on-the-same-broker-tp6775844p6775844.html There are two exchanges already existing at AMQP broker. I need to send request to the Queue q binded(bk) to exchange

Re: Creation of Request and Response quese

2012-04-19 Thread Sumi
Hi Pavel, Thank you , but this looks simple i have tried them works fine , i have read lot about qpid , and amqp documents which has made me more confusing to proceed . Am using Java Qpid Broker My task is to send request to request queues , recieve respond from response queue . The most confusing

Re: SSL Client Authentication support for C++ on Windows

2012-04-19 Thread Hamid.Shahid
Hi Michal, Thats great, awsome job! @ Steve - Would it be possible to add these updates in the next offical version of QPID? Thank you. regards, Hamid -- View this message in context: http://qpid.2158936.n2.nabble.com/SSL-Client-Authentication-support-for-C-on-Windows-tp7350387p7479736.html

Re: Creation of Request and Response quese

2012-04-19 Thread Pavel Moravec
Hi Sumi, it is enough to set reply-to in the message request and have a subscriber of that response queue. See attached C++ example program (its purpose is to send a QMF query to get some queue details and requesting to get the response to the given queue). So the key commands are: //create a