Re: Failover and redeliverypolicy in one connection uri

2009-03-30 Thread boniek
5.2.0 -- View this message in context: http://www.nabble.com/Failover-and-redeliverypolicy-in-one-connection-uri-tp22780954p22781971.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Failover and redeliverypolicy in one connection uri

2009-03-30 Thread boniek
Full stack trace: 2009-03-30 13:44:02,728 ERROR [STDERR] javax.jms.JMSException: Could not create Transport. Reason: java.lang.IllegalArgumentException: Invalid connect parameters: {jms.redeliveryPolicy.maximumRedeliveries=2} 2009-03-30 13:44:02,728 ERROR [STDERR] at org.apache.activemq.util.JMS

Re: Failover and redeliverypolicy in one connection uri

2009-03-30 Thread boniek
2009-03-30 13:44:02,728 ERROR [STDERR] javax.jms.JMSException: Could not create Transport. Reason: java.lang.IllegalArgumentException: Invalid connect parameters: {jms.redeliveryPolicy.maximumRedeliveries=2} 2009-03-30 13:44:02,728 ERROR [STDERR] at org.apache.activemq.util.JMSExceptionSupport.cr

Failover and redeliverypolicy in one connection uri

2009-03-30 Thread boniek
Why this client connection uri for my consumer doesn't work (it hangs when getting connection)? failover://(tcp://host1:61616?jms.redeliveryPolicy.maximumRedeliveries=2,tcp://host2:61616?jms.redeliveryPolicy.maximumRedeliveries=2)?randomize=false -- View this message in context: http://www.nabb