Hello everyone, after I put the below xml codes inside my activemq.xml, it shown the error that I attached. Please guide me on how to solve the problem. Thanks.
<?xml version="1.0" encoding="UTF-8" ?> <!-- START SNIPPET: xbean --> <beans> <bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer" /> <broker xmlns="http://activemq.org/config/1.0"> <destinations> <queue physicalName="FOO.BAR" /> <topic physicalName="SOME.TOPIC" /> </destinations> </broker> </beans> <!-- END SNIPPET: xbean --> http://www.nabble.com/file/189/error.txt error.txt -- View this message in context: http://www.nabble.com/Problem-on-setting-destination-queue-at-startup-tf2342201.html#a6519094 Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
