Hi all,
I'm trying to configure servicemix to use the activemq persistence of
message so i add this:
configuration:
<amq:persistenceAdapter>
<amq:jdbcPersistenceAdapter dataSource="#derby-ds"/>
</amq:persistenceAdapter>
This seems to work.
BTW I've two question:
1) In smx there's a queue for each jbi endpoint. The question is if i've
a sa composed of three
endpoint Ep1->Ep2->Ep3 it's possible to make persistent only the message
of the queue related to EP1 ?
2) I try the configuration with mysql database and smx 3.1.2 but this is
not working. I set the log level
to debug and it seems that smx is blocked trying to aquire a lock on the
database. This cause smx not to start.
Any suggestion about this.
Andrea Zoppello