On 9/3/07, Paul Smith <[EMAIL PROTECTED]> wrote:
> Confused! This works (as expected):
>
> <amq:broker useJmx="true" persistent="true">
> <amq:persistenceAdapter>
> <amq:jdbcPersistenceAdapter dataSource="#derby-ds"/>
> </amq:persistenceAdapter>
>
> <amq:transportConnectors>
> <amq:transportConnector uri="tcp://localhost:0" />
> </amq:transportConnectors>
> </amq:broker>
>
> But this doesn't which is sort of copied from the XML guide on the
> website:
>
> <amq:broker useJmx="true" persistent="true">
> <amq:persistenceAdapter>
> <journaledJDBC journalLogFiles="5" dataDirectory="$
> {activemq.base}/activemq-data" dataSource="#derby-ds"/>
this is an XML error - the <journaledJDBC> must be in the same
namespace as the rest of the ActiveMQ XML
--
James
-------
http://macstrac.blogspot.com/