Re: Failover blocks send

2007-05-09 Thread James Strachan
On 5/8/07, Dingwen Yuan <[EMAIL PROTECTED]> wrote: Hi all, I have used a failover url to configure my JMS client, such as this "failover:(tcp://127.0.0.1:61616)?jms.useAsyncSend=true". But when the JMS broker is down and the client is trying to connect to the broker, all send to topics or que

Re: Failover blocks send

2007-05-08 Thread Adrian Co
: Adrian Co > 发送时间: 2007-05-09 09:55:41 > 收件人: users@activemq.apache.org > 抄送: > 主题: Re: Failover blocks send > > I'm guessing it blocks because its trying to reconnect to the broker, > and pending the send. > > Either don't use failover, or use an embedded br

Re: Re: Failover blocks send

2007-05-08 Thread Dingwen Yuan
apache.org 抄送: 主题: Re: Failover blocks send I'm guessing it blocks because its trying to reconnect to the broker, and pending the send. Either don't use failover, or use an embedded broker and make your network connection failover. Dingwen Yuan wrote: > Hi all, > > I have use

Re: Failover blocks send

2007-05-08 Thread Adrian Co
I'm guessing it blocks because its trying to reconnect to the broker, and pending the send. Either don't use failover, or use an embedded broker and make your network connection failover. Dingwen Yuan wrote: > Hi all, > > I have used a failover url to configure my JMS client, such as this > "fai

Failover blocks send

2007-05-08 Thread Dingwen Yuan
Hi all, I have used a failover url to configure my JMS client, such as this "failover:(tcp://127.0.0.1:61616)?jms.useAsyncSend=true". But when the JMS broker is down and the client is trying to connect to the broker, all send to topics or queues just get blocked. Why should I do if I want only