Re: MDB initialRedeliveryDelay configuration

2017-08-11 Thread Romain Manni-Bucau
Maybe check with the setters command of tomee.sh the available action spec, it is surely not available in your version. Le 11 août 2017 19:01, "gnanapandithan" a écrit : > I am using JCA concept for MQ connectivity. I refereed below mentioned > example program. > >

Re: MDB initialRedeliveryDelay configuration

2017-08-11 Thread gnanapandithan
I am using JCA concept for MQ connectivity. I refereed below mentioned example program. http://tomee.apache.org/tomee-and-webspheremq.html -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/MDB-initialRedeliveryDelay-configuration-tp4682419p4682439.html Sent from the

Re: MDB initialRedeliveryDelay configuration

2017-08-11 Thread Romain Manni-Bucau
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 | Blog | Old Blog

Re: MDB initialRedeliveryDelay configuration

2017-08-11 Thread gnanapandithan
MDB configuration mean, you need ejb-jar.xml configuration for MDB -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/MDB-initialRedeliveryDelay-configuration-tp4682419p4682422.html Sent from the TomEE Users mailing list archive at Nabble.com.

Re: MDB initialRedeliveryDelay configuration

2017-08-11 Thread gnanapandithan
AccountTransferOutboundMDB gov.utah.dts.messageDrivenBean.AccountTransferOutboundMDB Container javax.jms.Topic destinationType javax.jms.Topic destination

Re: MDB initialRedeliveryDelay configuration

2017-08-10 Thread Romain Manni-Bucau
Hi Can you share your mdb container config please? Also maybe execute the setters command of tomee.sh on your activationspec class. Le 11 août 2017 02:18, "gnanapandithan" a écrit : > > I am trying to consume message from websphere MQ using MDB and configured > in