[jboss-jira] [JBoss JIRA] (WFLY-4269) redelivery ResourceAdapter Config is not respected when defined in more than one config.

Jay Kumar SenSharma (JIRA) issues at jboss.org
Tue Jan 20 04:05:49 EST 2015


    [ https://issues.jboss.org/browse/WFLY-4269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13033753#comment-13033753 ] 

Jay Kumar SenSharma commented on WFLY-4269:
-------------------------------------------

- If we uncomment the "maximumRedeliveries" and "initialRedeliveryDelay" @ActivationConfigProperty in the MDB  then the "maximumRedeliveries" defined in MDB @ActivationConfigProperty works as expected, but the "initialRedeliveryDelay"  goes back to 1 second which is default for the activemq resource adapter and ignores the  
{code}
                    <config-property name="MaximumRedeliveries">
                        3
                    </config-property>:
{code}
http://activemq.apache.org/redelivery-policy.html

> redelivery ResourceAdapter Config is not respected when defined in more than one config.
> ----------------------------------------------------------------------------------------
>
>                 Key: WFLY-4269
>                 URL: https://issues.jboss.org/browse/WFLY-4269
>             Project: WildFly
>          Issue Type: Bug
>          Components: JCA
>    Affects Versions: 9.0.0.Alpha1
>         Environment: All
>            Reporter: Jay Kumar SenSharma
>            Assignee: Jesper Pedersen
>
> - If the MDB defines the "initialRedeliveryDelay" and "maximumRedeliveries" ActivationConfigProperty via annotation OR using "ejb-jar.xml" file, As well as if the "initialRedeliveryDelay" "config-property" is defined inside the <resource-adapter> section of standalone.xml then *both* are ignored, and it starts taking the default value of initialRedeliveryDelay for Activemq resource adapter as 1 Second see [1]
> [1] http://activemq.apache.org/redelivery-policy.html



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the jboss-jira mailing list