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}");
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
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
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
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
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
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
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 --
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
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
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
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
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
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
14 matches
Mail list logo