memoryLimit in wild-carded policyEntry

2010-11-10 Thread Jim Lloyd
Suppose I have topics a.1, a.2, a.3, ..., a.N and I configure my broker's destinationPolicy as follows:

Re: What does this mean?

2010-11-10 Thread Bruce Snyder
On Wed, Nov 10, 2010 at 9:16 PM, Steve Cohen wrote: > from http://activemq.apache.org/pure-master-slave.html : > > Pure Master Slave > > A Pure Master Slave configuration provides a basic shared nothing, fully > replicated topology which does not depend on a shared file system or shared > database

Re: build instructions seems to be missing a step:

2010-11-10 Thread Bruce Snyder
On Wed, Nov 10, 2010 at 10:01 PM, Steve Cohen wrote: > > Following the instructions here: > http://activemq.apache.org/getting-started.html#GettingStarted-StartingActiveMQ > > I downloaded the source to 5.4.1.  (None of the mirrors were working so I > downloaded from svn: > > svn co http://svn.apa

build instructions seems to be missing a step:

2010-11-10 Thread Steve Cohen
Following the instructions here: http://activemq.apache.org/getting-started.html#GettingStarted-StartingActiveMQ I downloaded the source to 5.4.1. (None of the mirrors were working so I downloaded from svn: svn co http://svn.apache.org/repos/asf/activemq/tags/activemq-5.4.1 I then ran mvn

Re: What does this mean?

2010-11-10 Thread Steve Cohen
On 11/10/2010 03:23 PM, Alex Dean wrote: On Nov 10, 2010, at 3:16 PM, Steve Cohen wrote: from http://activemq.apache.org/pure-master-slave.html : Pure Master Slave A Pure Master Slave configuration provides a basic shared nothing, fully replicated topology which does not depend on a shared f

Re: What does this mean?

2010-11-10 Thread Alex Dean
On Nov 10, 2010, at 3:16 PM, Steve Cohen wrote: > from http://activemq.apache.org/pure-master-slave.html : > > Pure Master Slave > > A Pure Master Slave configuration provides a basic shared nothing, fully > replicated topology which does not depend on a shared file system or shared > database

What does this mean?

2010-11-10 Thread Steve Cohen
from http://activemq.apache.org/pure-master-slave.html : Pure Master Slave A Pure Master Slave configuration provides a basic shared nothing, fully replicated topology which does not depend on a shared file system or shared database. "a basic shared nothing"?

Re: Message Groups and Group Sequence -1

2010-11-10 Thread Dejan Bosanac
Hi, there were some changes in this area recently (like https://issues.apache.org/activemq/browse/AMQ-2952), can you try the latest snapshot and see if it helps. If you still have problems, can you raise a Jira with the test case? Cheers -- Dejan Bosanac - FuseSource - The expert

Re: How to create auth and non-auth transportConnectors in the same config file ?

2010-11-10 Thread Aleksandar Ivanisevic
Mohamed Hadrouj writes: > Hi all, > > is it possible to configure a transport connectors that requires and other > one that does not require authentication in the config file ? Here is my > actual connectors configuration: https://cwiki.apache.org/confluence/display/ACTIVEMQ/Security#Security-An

How to create auth and non-auth transportConnectors in the same config file ?

2010-11-10 Thread Mohamed Hadrouj
Hi all, is it possible to configure a transport connectors that requires and other one that does not require authentication in the config file ? Here is my actual connectors configuration: Thanks !