I've tried to insert new bean properties in activemq.xml:

<redeliveryPolicy maximumRedeliveries="2"/>
<deadLetterPolicy deadLetterEnabled="true"
 deadLetterQueueTTL="120000"
 allowDuplicates="false" />

but I had this error:

Invalid property 'redeliveryPolicy' of bean class
[org.apache.activemq.xbean.XBeanBrokerService]: Bean property
'redeliveryPolicy' is not writable or has an invalid setter method. Does the
parameter type of the setter match the return type of the getter?

what's the problem?

Thank you.

 

James.Strachan wrote:
> 
> On 6/15/07, Elber <[EMAIL PROTECTED]> wrote:
>>
>> Did you mean in java code (activemq-core)?
>> I can't find ActiveMQConnectionFactory Broker URI in activemq.xml.
>> sorry for my stupid questions.
> 
> its a bean property on the class.
> 
> -- 
> James
> -------
> http://macstrac.blogspot.com/
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Connection-configuration-Uri%2BProperties-tf3926617s2354.html#a11139312
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.

Reply via email to