[
https://issues.jboss.org/browse/WFLY-4269?page=com.atlassian.jira.plugin....
]
Jay Kumar SenSharma edited comment on WFLY-4269 at 1/20/15 4:05 AM:
--------------------------------------------------------------------
- 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="InitialRedeliveryDelay">
2000
</config-property>
{code}
http://activemq.apache.org/redelivery-policy.html
was (Author: jaysensharma):
- 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)