RE: Receiving Messages from Multiple Sources

2012-02-02 Thread Senthil Kumar, Sinduja (GE Healthcare)
Thanks for the reply... Server.cpp My address1 : Receiver receiver1 = session.createReceiver("service_queue/usa.news;{create:always}"); My address2: Receiver receiver2 = session.createReceiver("service_queue/europe.news;{create:always}");

Re: Receiving Messages from Multiple Sources

2012-02-02 Thread tkdchen
On Fri, Feb 3, 2012 at 2:37 PM, Senthil Kumar, Sinduja (GE Healthcare) wrote: > Hi, > > Iam a newbie to QPID. > > Can someone explain me how to set the addresses for Receiving Messages > from Multiple Sources. > > You can use multiple binding keys to bind a queue to a topic exchange. So, the rest

Receiving Messages from Multiple Sources

2012-02-02 Thread Senthil Kumar, Sinduja (GE Healthcare)
Hi, Iam a newbie to QPID. Can someone explain me how to set the addresses for Receiving Messages from Multiple Sources. For ex:, C++: Receiver receiver1 = session.createReceiver(address1); receiver1.setCapacity(10); Receiver receiver2 = session.createReceiver(address2); receiver2.setC

RE: QUERY ON LOG FILES

2012-02-02 Thread Senthil Kumar, Sinduja (GE Healthcare)
Hi, Can anyone tell me how to get the information about the list of queues available with a particular broker? Regards, Sinduja.R -Original Message- From: Pavel Moravec [mailto:pmora...@redhat.com] Sent: Thursday, February 02, 2012 6:09 PM To: users@qpid.apache.org Subject: Re: QUERY O

Re: JMS Api and multiple queue per exchange

2012-02-02 Thread Rajith Attapattu
On Thu, Feb 2, 2012 at 3:11 PM, jigarshaha wrote: > Hi Ranjith, > Thanks again for reply. > > I just did that. I downloaded Java broker and example source. > (https://svn.apache.org/repos/asf/qpid/trunk/qpid/java/client/example/) > > build.xml in example source refers to module.xml which is outsid

Re: JMS Api and multiple queue per exchange

2012-02-02 Thread jigarshaha
Hi Ranjith, Thanks again for reply. I just did that. I downloaded Java broker and example source. (https://svn.apache.org/repos/asf/qpid/trunk/qpid/java/client/example/) build.xml in example source refers to module.xml which is outside example directory pointed here. So i think just checking out

is it possible to reactivate a session with errors?

2012-02-02 Thread joseluis
Hi, After trying to connect to a non existing address, it's not possible to use the Session qpid::messaging::Connection connection("amqp:tcp:127.0.0.1:5672"); connection.open(); qpid::messaging::Session session = connection.createSession("pr"); qpid::messa

Configure Queue Depth and Subcribe for them using QMF.

2012-02-02 Thread pothak
Hi, I just started using Apache qpid. I was looking at controlling producer 's (Java Client) message rate based on current queue size. I found https://issues.apache.org/jira/browse/QPID-3002 which is exactly what i was looking for. Here is my problem. 1. How do I create a queue with --

Re: JMS Api and multiple queue per exchange

2012-02-02 Thread Rajith Attapattu
Hi Jigar, I'm sorry to hear that you had trouble with running the examples. I just checked and I can easily run the Hello.java, Drain and Spout by setting the classpath properly. I simply checked out the source (you can also download the released binaries for java, the c++ broker needs to be buil

Re: JMS Api and multiple queue per exchange

2012-02-02 Thread Jigar Shah
Hi Rajith, Thanks for your reply. I did go through tutorials you pointed earlier. But these tutorial are more confusing. With absolutely no offense to open source community, Examples referred here do not run. they refer to some exchange but when you have JMS console, data is going to temporary qu

Re: warning Connect failed

2012-02-02 Thread Hamid.Shahid
Hi Cliff, Yes, actually I am also tyring to create a separate C++ program to test this connection problem using SChannel but that is also not working. I am also thinking to contact Steve abou this, but I think he is very busy to reply. Thank you for the suggestions. - Hamid -- View this messag

Re: JMS Api and multiple queue per exchange

2012-02-02 Thread jigarshaha
Hi Rajith, Thanks for your reply. I did go through tutorials you pointed earlier. But these tutorial are more confusing. With absolutely no offense to open source community, Examples referred here do not run. they refer to some exchange but when you have JMS console, data is going to temporary q

Re: QUERY ON LOG FILES

2012-02-02 Thread Pavel Moravec
Hi Sinduja, see my response inline. Kind regards, Pavel - Original Message - > From: "Senthil Kumar, Sinduja (GE Healthcare)" > To: users@qpid.apache.org > Sent: Thursday, February 2, 2012 10:56:53 AM > Subject: QUERY ON LOG FILES > > Hi, > > > > Can someone explain about the conten

QUERY ON LOG FILES

2012-02-02 Thread Senthil Kumar, Sinduja (GE Healthcare)
Hi, Can someone explain about the contents of the following three files created by the QPID broker. 1. .mbrokerdata 2. Lock 3. systemId. Regards, Sinduja.R