On Mon, Dec 13, 2010 at 11:46 AM, Stanislaw Kogut wrote:
> Hi.
>
>
> Here is my activemq.xml part for persistence configuration:
>
>
> dataDirectory="${activemq.base}/data" dataSource="#pgsql-ds" />
>
> ...
>
>
>
>
>
>
>
>
>
>
>
>
>
> Then I create databa
As a workaround, you can provide the string value for the entire
createSchemaStatements via jdbcPersistenceAdapter config statements
element. You would take inspiration from the existing string
createSchemaStatements in
http://svn.apache.org/repos/asf/activemq/trunk/activemq-core/src/main/java/org
Hi.
Here is my activemq.xml part for persistence configuration:
...
Then I create database 'activemq', user 'activemq' with password 'activemq'
and granting it access to database in posgress.
But when I'm starting activemq there is an issue with S