[ 
https://issues.apache.org/jira/browse/TOMEE-1112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14156270#comment-14156270
 ] 

Clément commented on TOMEE-1112:
--------------------------------

Hi,

Parameters for kahadb doesn't seem to works on tomee+ 1.7.0.
usekahadb=true is working, but kahadb.directory doesn't change anything (KahaDB 
folder is always created).

This is my tomee.xml : 

<Resource id="MyJmsResourceAdapter" type="ActiveMQResourceAdapter">
        BrokerXmlConfig  = 
broker:(tcp://127.0.0.1:61616)?usekahadb=true&amp;kahadb.directory=test&amp;kahadb.journalmaxfilelength=1
</Resource>

 <Resource id="MyJmsConnectionFactory" type="javax.jms.ConnectionFactory">
        ResourceAdapter = MyJmsResourceAdapter
                initialRedeliveryDelay = 10800000
                maximumRedeliveries = 4  
                redeliveryBackOffMultiplier      = 2    
                redeliveryUseExponentialBackOff = true
    </Resource>

<Container id="MyJmsMdbContainer" ctype="MESSAGE">
        ResourceAdapter = MyJmsResourceAdapter
</Container>

> support kahadb persistence adapter for activemq
> -----------------------------------------------
>
>                 Key: TOMEE-1112
>                 URL: https://issues.apache.org/jira/browse/TOMEE-1112
>             Project: TomEE
>          Issue Type: Bug
>            Reporter: Romain Manni-Bucau
>            Assignee: Romain Manni-Bucau
>
> broker:(tcp://localhost:1234)?usekahadb=true&kahadb.directory=target/kahatest
> all setters on the kahadb adapter are supported using kahadb.<property name 
> in lowercase> syntax



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to