Re: Sending message to specific client

2009-02-18 Thread chenta lee
When we have 15K queue in one broker. Will the same message be duplicated 15k times if I using fanout exchange? or it will just use a pointer/ref to the message? Thanks. On Thu, Feb 19, 2009 at 1:09 AM, Gordon Sim wrote: > chenta wrote: > >> Thanks for your reply! >> >>

Re: Sending message to specific client

2009-02-18 Thread chenta
o route based on XQuery > for messages that do not have XML in the message body. > > But use one queue per client first, the overhead is small, and it will > be less complex. > > Hope this helps! > > Jonathan > > chenta wrote: > > How do I send a message to a speci

Re: Sending message to specific client

2009-02-18 Thread chenta
Thanks for your reply! On Wed, Feb 18, 2009 at 9:55 PM, Gordon Sim (via Nabble) < ml-user+168305-199577...@n2.nabble.com > wrote: > chenta wrote: > > How do I send a message to a specific client or a group of client when > all of > > the client subscribe to the same que

Sending message to specific client

2009-02-18 Thread chenta
? Because I am using C++ client so there is no JMS selector support. I don't think it will be implemented by add an exchange plug-in. Where should I start if I want to implement this feature? B.R. Chenta -- View this message in context: http://n2.nabble.com/Sending-message-to-specific-c

Re: About broker list

2009-02-11 Thread chenta lee
Thanks a lot! These codes explain everything. On Thu, Feb 12, 2009 at 12:17 AM, Adam Chase wrote: > On Wed, Feb 11, 2009 at 10:46 AM, chenta lee wrote: > > On Wed, Feb 11, 2009 at 10:56 PM, Adam Chase > wrote: > > > >> I have been using this. > >> > &g

Re: About broker list

2009-02-11 Thread chenta lee
t of brokers to FailoverManager at first? Or I have to do that in the exception handler? I found a piece code in FailoverManager.cpp which can use a vector of broker url to reconnect to other borkers. Thank you. > > Adam > > On Wed, Feb 11, 2009 at 6:51 AM, chenta wrote: > > >

About broker list

2009-02-11 Thread chenta
I specified a broker list to c++ client? 3. Do we need a broker list to make failover exchange works? Thanks, Chenta -- View this message in context: http://n2.nabble.com/About-broker-list-tp2308196p2308196.html Sent from the Apache Qpid users mailing list archive at Nabble.com

Re: About footprint size

2009-02-09 Thread chenta lee
m the client libraries. > > A small program like perftest (but which pulls in much client > functionality) will be about 2.2Mb in size. Qpidbroker.exe is 1.6Mb. > > This will all change in M5 as dynamic library (DLL) support is being added > to the Windows C++ port. > > Cliff

Re: About footprint size

2009-02-06 Thread chenta
at run time. We need libqpidclient.so and libqpidcommon.so which is about 26 MB large. And I think sslconnector.so is needed when using SSL connection. Am I correct? What about the c++ client on windows system? I currently have no windows machine around. Could anyone help me to figure it out?

About footprint size

2009-02-05 Thread chenta
Hi, I am curious about the footprint size of C++ client and broker. I can not find the related info from the documents. After I calculate the total object size of qpid/src/clinet and broker, the total size is about 21 MB and 40 MB. Is it the right way/answer for this question? B.R. Chenta

Re: Replication of message

2009-02-05 Thread chenta lee
Thanks for your reply. What do you mean by non-destructive consumer? Is it a consumer with a non-deleted queue? By the way, is there other methods to remove the non-auto-deleted queue? Could it be done by the client? Thanks, Chenta On Thu, Feb 5, 2009 at 8:53 PM, Carl Trieloff wrote: > che

Replication of message

2009-02-05 Thread chenta
that every consumer have to own a unique queue, am I correct? Thanks, Chenta -- View this message in context: http://n2.nabble.com/Replication-of-message-tp2273886p2273886.html Sent from the Apache Qpid users mailing list archive at