You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by Christopher_Ong <yi...@hotmail.com> on 2006/09/27 03:41:14 UTC

Problem on setting destination queue at startup

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.


Re: Problem on setting destination queue at startup

Posted by James Strachan <ja...@gmail.com>.
On 9/27/06, Christopher_Ong <yi...@hotmail.com> wrote:
>
> 06-Jul-2006 00:00

Thats pretty old, try a newer one build in September

-- 

James
-------
http://radio.weblogs.com/0112098/

Re: Problem on setting destination queue at startup

Posted by Christopher_Ong <yi...@hotmail.com>.
06-Jul-2006 00:00   

James.Strachan wrote:
> 
> On 9/27/06, Christopher_Ong <yi...@hotmail.com> wrote:
>>
>> I am using apache-incubator-activemq-4.1-SNAPSHOT and not 4.02, and the
>> error
>> is what I posted earlier.
> 
> Are you sure you are using the right one from here?
> 
> http://people.apache.org/maven-snapshot-repository/org/apache/activemq/apache-activemq/4.1-incubator-SNAPSHOT/
> 
> which date are you using?
> 
> -- 
> 
> James
> -------
> http://radio.weblogs.com/0112098/
> 
> 

-- 
View this message in context: http://www.nabble.com/Problem-on-setting-destination-queue-at-startup-tf2342201.html#a6522336
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.


Re: Problem on setting destination queue at startup

Posted by James Strachan <ja...@gmail.com>.
On 9/27/06, Christopher_Ong <yi...@hotmail.com> wrote:
>
> I am using apache-incubator-activemq-4.1-SNAPSHOT and not 4.02, and the error
> is what I posted earlier.

Are you sure you are using the right one from here?

http://people.apache.org/maven-snapshot-repository/org/apache/activemq/apache-activemq/4.1-incubator-SNAPSHOT/

which date are you using?

-- 

James
-------
http://radio.weblogs.com/0112098/

Re: Problem on setting destination queue at startup

Posted by Christopher_Ong <yi...@hotmail.com>.
I am using apache-incubator-activemq-4.1-SNAPSHOT and not 4.02, and the error
is what I posted earlier. 

James.Strachan wrote:
> 
> I suspect you are not using 4.1. The website does say its a 4.1
> feature but a few folks keep hitting this so I've just added a more
> obvious info box to make this a bit more explicit...
> 
> http://activemq.org/site/configure-startup-destinations.html
> 
> On 9/27/06, Christopher_Ong <yi...@hotmail.com> wrote:
>>
>> 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.
>>
>>
> 
> 
> -- 
> 
> James
> -------
> http://radio.weblogs.com/0112098/
> 
> 

-- 
View this message in context: http://www.nabble.com/Problem-on-setting-destination-queue-at-startup-tf2342201.html#a6522059
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.


Re: Problem on setting destination queue at startup

Posted by James Strachan <ja...@gmail.com>.
I suspect you are not using 4.1. The website does say its a 4.1
feature but a few folks keep hitting this so I've just added a more
obvious info box to make this a bit more explicit...

http://activemq.org/site/configure-startup-destinations.html

On 9/27/06, Christopher_Ong <yi...@hotmail.com> wrote:
>
> 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.
>
>


-- 

James
-------
http://radio.weblogs.com/0112098/