On Thu, Dec 10, 2009 at 3:08 PM, forda <daniel.forb...@bredband.net> wrote:
>
> Hi !
>
> When activemq creates the tables and such the same tablespace is used for
> the data even for
> indexes. It is possible to specify a different tablespace for indexes? If
> yes howto ?

AFAIK there is no built-in support for TABLESPACE in amq 5.2.
However, after automatic creation you can stop amq and manually
re-create the indexes in a different tablespace.
You also need to set <journaledJDBC createTablesOnStartup="false" ...

Have a look at:
http://activemq.apache.org/persistence.html
http://activemq.apache.org/xbean-xml-reference-50.html#XBeanXMLReference5.0-journaledJDBCelement

> Which is the reccomended way ? Is it is possible to decide the postfix for 
> that
> tablespace ?
>
> Thanks in Advance.
> Cheers.
>
> Daniel
> --
> View this message in context: 
> http://old.nabble.com/Howto-to-let-ActiveMQ-create-a-separate-tablespece-for-indexes-tp26727824p26727824.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>
>
//HW

Reply via email to