User/password restricted topics/queues

2008-03-02 Thread Natit
Hi, i need to make sure activeMQ can do what i need before i try to understand how it works. I need a messagebroker where i can restrict access to topics via user/password control, is this possible? -- View this message in context: http://www.nabble.com/User-password-restricted-topics-queues-tp

STOMP message properties with data type support

2008-03-02 Thread mjustin
Dear all Currently the STOMP connector seems to support only string type message properties. So subscription selectors like color = 'blue' AND weight > 2500 will not work (if the message has been sent using STOMP, the weight property will be a string). Are there any plans to implement typed prop

Re: What is bin/activemq exactly?

2008-03-02 Thread ttmdev
The $ACTIVEMQ_HOME/bin/activemq script starts a 'standalone' ActiveMQ message broker that, by default, uses the $ACTIVEMQ_HOME/conf/activemq.xml configuration file. The standalone broker will automatically reference the jar files in $ACTIVEMQ_HOME/lib. You also have the option of starting an 'em

Re: Problem with SimpleAuthenticationPlugin

2008-03-02 Thread ttmdev
The default activemq.xml configuration file comes with three optional and enabled elements: , , and . If you enable authentication & authorization services, these enabled elements will cause the broker to throw security-related exceptions. This is because these elements represent functionality th

Re: Tutorial for Apache Active MQ

2008-03-02 Thread Bruce Snyder
On Sun, Mar 2, 2008 at 5:49 AM, lanchez <[EMAIL PROTECTED]> wrote: > > If you find a good tutorial, please let me know (email direct). I am just > getting started with ActiveMQ and do not have a clue. I am especially > interested in how to get this thing working with Tomcat. I am aware of the

Re: Tutorial for Apache Active MQ

2008-03-02 Thread lanchez
If you find a good tutorial, please let me know (email direct). I am just getting started with ActiveMQ and do not have a clue. I am especially interested in how to get this thing working with Tomcat. I am aware of the one tomcat page but it really does not tell me anything. I need step by ste