Re: Qpid 0.8 problem

2010-12-14 Thread Tim Chen
Robbie -Original Message- From: Tim Chen [mailto:t...@evri.com] Sent: 14 December 2010 18:38 To: dev@qpid.apache.org Subject: Qpid 0.8 problem Hi all, I'm running some problems upgrading qpid broker/client to 0.8. Currently I'm using the Qpid C++ Broker + Qpid java

Re: Qpid 0.8 problem

2010-12-14 Thread Tim Chen
Never mind, I found others having the same problem and already have a example in the post. Thanks, Tim On Tue, Dec 14, 2010 at 1:17 PM, Tim Chen t...@evri.com wrote: I can't seem to figure out how to declare fanout for the producer using the new address format. Any examples how this can

Re: JMS Client reconnect

2010-11-22 Thread Tim Chen
/ExceptionListener.html And also I wonder if there is any best practices for reconnecting when there are multiple producers in different threads all sharing one connection but multiple sessions? Tim On Mon, Nov 22, 2010 at 7:46 AM, Rajith Attapattu rajit...@gmail.comwrote: On Thu, Nov 18, 2010 at 5:10 PM, Tim

Re: JMS Client reconnect

2010-11-21 Thread Tim Chen
Anyone? Tim On Thu, Nov 18, 2010 at 2:10 PM, Tim Chen t...@evri.com wrote: Hi all, I wonder what's the best way to handle reconnect to the broker when broker is unavailable (network is down / broker crashed, etc) using Java JMS client to C++ broker? Currently when using the JMS client

JMS Client reconnect

2010-11-18 Thread Tim Chen
Hi all, I wonder what's the best way to handle reconnect to the broker when broker is unavailable (network is down / broker crashed, etc) using Java JMS client to C++ broker? Currently when using the JMS client when the broker is killed, a runtime exception ( ConnectionException ) is thrown

Re: Qpid releases

2010-10-26 Thread Tim Chen
Just a side question about qpid releases, Is 0.7 already released? From http://qpid.apache.org/download.cgi, it looks like the latest is still 0.6. Thanks, Tim - Original Message - From: Robbie Gemmell robbie.gemm...@gmail.com To: dev@qpid.apache.org Sent: Tuesday, October 26, 2010

auto delete queue in cluster

2010-09-22 Thread Tim Chen
Hi all, I've succesfully setup clustering in qpid. My problem now is that when my client creates a auto-delete queue in the cluster, everything works correctly until I restart a broker in the cluster. The queue I created from the session will still be there, but it no longer will be set

Qpid C++ broker cluster failover

2010-09-13 Thread Tim Chen
Hi all, I'm reading the documentation on qpid clustering, and a bit confused on the replication piece. In the docs, it only mentions that state is replicated to all brokers in the same cluster, but doesn't mention what state will be replicated. I don't care if messages are lost, and care more

Re: Queue message overwriting

2010-08-26 Thread Tim Chen
, Tim Chen wrote: Hi all, I have a question on qpid 0.6 java broker. I want to limit my queue to only store messages in memory, when memory is full for that queue it will just simply replace the oldest messages in the non-persistent queue. I wonder how can this be done using JMS queue

Re: Queue message overwriting

2010-08-26 Thread Tim Chen
Also, I wonder if the C++ broker supports JMS interface? I tried the same JMS code to connect to the Java broker with the C++ broker and it's giving me connection refuesd JMS Exceptions. Thanks, Tim - Original Message - From: Tim Chen t...@evri.com To: dev@qpid.apache.org, cctriel

Re: Queue message overwriting

2010-08-26 Thread Tim Chen
://cwiki.apache.org/qpid/3rd-party-libraries.html Regards, Marnie On Wed, Aug 25, 2010 at 9:45 PM, Tim Chen t...@evri.com wrote: Hi all, I have a question on qpid 0.6 java broker. I want to limit my queue to only store messages in memory, when memory is full for that queue it will just simply replace

Queue message overwriting

2010-08-25 Thread Tim Chen
Hi all, I have a question on qpid 0.6 java broker. I want to limit my queue to only store messages in memory, when memory is full for that queue it will just simply replace the oldest messages in the non-persistent queue. I wonder how can this be done using JMS queue creation? Thanks, Tim

regarding Last value queue

2010-08-06 Thread Tim Chen
Hi all, I'm trying to play with last value queue. I see that there isn't any development release for 0.7, so I grabbed trunk from git and tried to do the following: Map arguments = new HashMapString, Object(); arguments.put(qpid.last_value_queue,true);

Re: regarding Last value queue

2010-08-06 Thread Tim Chen
know is there something wrong in my setup. Thanks! Tim On Aug 6, 2010, at 2:59 PM, Robert Godfrey wrote: On 6 August 2010 20:15, Tim Chen t...@evri.com wrote: Hi all, I'm trying to play with last value queue. I see that there isn't any development release for 0.7, so I grabbed trunk from git