After I putting the below xml code inside the <broker> then error occured
saying that Invalid property 'destinations' of bean class
[org.apache.activemq.xbean.XBeanBrokerService]: Bean property 'destinations'
is not writable or has an invalid setter method: Does the parameter type of
the setter match the return type of the getter?
<destinations>
<queue physicalName="FOO.BAR" />
<topic physicalName="SOME.TOPIC" />
</destinations>
Is it the destination is not a proper parameter of it?
--
View this message in context:
http://www.nabble.com/Invalid-property-%27destinations%27-of-bean-class-tf2328853.html#a6479041
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.