No it was really the container one, likely from your tomee.xml. Then we can
validate the class you use and if the option is available or not.


Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<https://blog-rmannibucau.rhcloud.com> | Old Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | JavaEE Factory
<https://javaeefactory-rmannibucau.rhcloud.com>

2017-08-11 7:36 GMT+02:00 gnanapandithan <m.gnanapandit...@gmail.com>:

>
>
>
>
>
>
>
>
>
>
>
>
>
> <message-driven>
>     <ejb-name>AccountTransferOutboundMDB</ejb-name>
>
> <ejb-class>gov.utah.dts.messageDrivenBean.AccountTransferOutboundMDB</
> ejb-class>
>      <transaction-type>Container</transaction-type>
>      <message-destination-type>javax.jms.Topic</message-destination-type>
>    <activation-config>
>       <activation-config-property>
>
> <activation-config-property-name>destinationType</
> activation-config-property-name>
>
> <activation-config-property-value>javax.jms.Topic</
> activation-config-property-value>
>       </activation-config-property>
>       <activation-config-property>
>
> <activation-config-property-name>destination</activation-
> config-property-name>
>
> <activation-config-property-value>java:/topic/whm_dev_
> ATROutboundTopic</activation-config-property-value>
>       </activation-config-property>
>       <activation-config-property>
>
> <activation-config-property-name>subscriptionDurability</
> activation-config-property-name>
>
> <activation-config-property-value>Durable</activation-
> config-property-value>
>       </activation-config-property>
>       <activation-config-property>
>
> <activation-config-property-name>clientID</activation-
> config-property-name>
>
> <activation-config-property-value>MYCATR</activation-
> config-property-value>
>       </activation-config-property>
>       <activation-config-property>
>
> <activation-config-property-name>subscriptionName</
> activation-config-property-name>
>
> <activation-config-property-value>ATROutbound</activation-
> config-property-value>
>       </activation-config-property>
>     </activation-config>
>
> <activation-config-property>
>
> <activation-config-property-name>initialRedeliveryDelay</
> activation-config-property-name>
>
> <activation-config-property-value>50000</activation-config-property-value>
>                         </activation-config-property>
>
> </message-driven>
>
>
>
>
>
>
>
>
>
>
>
> --
> View this message in context: http://tomee-openejb.979440.
> n4.nabble.com/MDB-initialRedeliveryDelay-configuration-
> tp4682419p4682423.html
> Sent from the TomEE Users mailing list archive at Nabble.com.
>

Reply via email to