Did you mean in java code (activemq-core)? I can't find ActiveMQConnectionFactory Broker URI in activemq.xml. sorry for my stupid questions. Thank you.
James.Strachan wrote: > > On 6/15/07, Elber <[EMAIL PROTECTED]> wrote: >> >> Hello, >> I want to use redelivery properties specified in this link: >> http://activemq.apache.org/redelivery-policy.html >> The problem is that I don't know how where should I put them.I've tried >> to >> insert these options in the transportconnector > > They go on the ActiveMQConnectionFactory's brokerURI > > http://activemq.apache.org/connection-configuration-uri.html > >> but when I activate two >> connected brokers, an error appears: >> Could not connect to remote URI: vm://B1:Invalid connect parameters : >> {jms.redeliveryPolicy.maximumRedeliveries=2} >> I'm using Activemq 4.2-SNAPSHOT. >> >> If I want to use multiple parameters, should I separate them by a "?". > > ?foo=1&bar=2 > > just like using HTTP URLs > > -- > James > ------- > http://macstrac.blogspot.com/ > > -- View this message in context: http://www.nabble.com/Connection-configuration-Uri%2BProperties-tf3926617s2354.html#a11136050 Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
