Re: Secutiry and Predefined Destinations

2008-05-25 Thread Jean-Fabrice [gmail]
2008/5/23 Tom Purcell <[EMAIL PROTECTED]>: > And I get: > java.lang.SecurityException: User queryuser is not authorized to create: > queue://Wile.Jms.Queue.Query.Asset > > So I'm not sure how to connect to a predefined queue. Can you point me at an > example? > I think I have a similar issue, as d

Re: Secutiry and Predefined Destinations

2008-05-25 Thread ttmdev
at org.apache.activemq.console.Main.main(Main.java:106) >>>>> 14:11:51,033 | INFO | main | faultListableBeanFactory | >>>>> t.DefaultSingletonBeanRegistry 285 | Destroying singletons in >>>>> [EMAIL PROTECTED]: >>>>> defining beans >>>>> [

Re: Secutiry and Predefined Destinations

2008-05-24 Thread Tom Purcell
>>>> | .activemq.broker.BrokerService 448 | ActiveMQ Message Broker >>>> (localhost, null) is shutting down >>>> >>>> Note that the broker shuts down. >>>> >>>> I've tried looking through some AMQ code and the xsd to see if I'm >>>> missing something in the configuration and I'm at a loss. My >>>> activemq.xml (with destinations) is below. Any thoughts will be >>>> appreciated. >>>> >>>> Thanks >>>> Tom >>>> >>>> >>> xmlns="http://www.springframework.org/schema/beans"; >>>> xmlns:amq="http://activemq.org/config/1.0"; >>>> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; >>>> xsi:schemaLocation="http://www.springframework.org/schema/beans >>>> http://www.springframework.org/schema/beans/spring-beans-2.0.xsd >>>> http://activemq.org/config/1.0 >>>> http://activemq.apache.org/schema/activemq-core-5.0.0.xsd >>>> http://activemq.apache.org/camel/schema/spring >>>> http://activemq.apache.org/camel/schema/spring/camel-spring.xsd";> >>>> >>>> >>>> >>> class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/> >>>> >>>> http://activemq.org/config/1.0"; >>>> brokerName="localhost" dataDirectory="${activemq.base}/data"> >>>> >>>> >>>> >>>> >>>> >>>> >>> uri="tcp://localhost:61616" discoveryUri="multicast://default"/> >>>> >>> uri="ssl://localhost:61617"/> >>>> >>> uri="stomp://localhost:61613"/> >>>> >>> uri="xmpp://localhost:61222"/> >>>> >>>> >>>> >>>> >>>> >>> uri="multicast://default"/> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>> write="all" admin="all"/> >>>> >>> topic="ActiveMQ.Advisory.>" read="all" write="all" admin="all"/> >>>> >>>> >>>> >>> read="all" write="all" admin="all"/> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>> >>> >> >> > > -- View this message in context: http://www.nabble.com/Secutiry-and-Predefined-Destinations-tp17370190s2354p17448270.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Secutiry and Predefined Destinations

2008-05-23 Thread ttmdev
;> Thanks >>> Tom >>> >>> >> xmlns="http://www.springframework.org/schema/beans"; >>> xmlns:amq="http://activemq.org/config/1.0"; >>> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; >>>

Re: Secutiry and Predefined Destinations

2008-05-23 Thread Tom Purcell
>> > class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/> >> >> http://activemq.org/config/1.0"; brokerName="localhost" >> dataDirectory="${activemq.base}/data"> >> >> >> >> >> >> > uri="tcp://localhost:61616" discoveryUri="multicast://default"/> >> >> > uri="stomp://localhost:61613"/> >> > uri="xmpp://localhost:61222"/> >> >> >> >> >> > uri="multicast://default"/> >> >> >> >> >> >> >> >> >> >> >> > write="all" admin="all"/> >> > topic="ActiveMQ.Advisory.>" read="all" write="all" admin="all"/> >> >> >> > write="all" admin="all"/> >> >> >> >> >> >> >> >> >> >> >> >> >> >> > > -- View this message in context: http://www.nabble.com/Secutiry-and-Predefined-Destinations-tp17370190s2354p17440643.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Secutiry and Predefined Destinations

2008-05-23 Thread ttmdev
ri="tcp://localhost:61616" discoveryUri="multicast://default"/> > > uri="stomp://localhost:61613"/> > > > > > > uri="multicast://default"/> > > > > > > > > > > > write="all" admin="all"/> > topic="ActiveMQ.Advisory.>" read="all" write="all" admin="all"/> > > > write="all" admin="all"/> > > > > > > > > > > > > > > -- View this message in context: http://www.nabble.com/Secutiry-and-Predefined-Destinations-tp17370190s2354p17432647.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Secutiry and Predefined Destinations

2008-05-21 Thread Tom Purcell
-- View this message in context: http://www.nabble.com/Secutiry-and-Predefined-Destinations-tp17370190s2354p17370190.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.