for Spring, I use this:

  <broker xmlns="http://activemq.apache.org/schema/core";
                                        id="matrixBrokerID"
                                        brokerName="matrixBroker"
                                        useJmx="true"
                                        persistent="true"
                                        dataDirectory="/tmp/data">

Alistair

-- 
mov eax,1
mov ebx,0
int 80h




On 27 Sep 2011, at 17:16, Mohit Anchlia wrote:

> I this example on page
> http://activemq.apache.org/how-do-i-embed-a-broker-inside-a-connection.html
> "Spring 2.0" if I want to specify data dir, kahadb, persistence etc.
> then where would it go? I am assuming I can do all in embedded vm.

Reply via email to