Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-878

Message-Driven Beans doesn't support DeliveryActive activation config property

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 8.0.0.Alpha3
    • None
    • EE, EJB, JMS
    • None
    • Hide

      Have a MDB with above property define & deploy MDB you should get warning in console.

      @MessageDriven(
      activationConfig=

      { @ActivationConfigProperty(propertyName="destinationType", propertyValue="javax.jms.Queue"), @ActivationConfigProperty(propertyName="subscriptionDurability", propertyValue="NonDurable"), @ActivationConfigProperty(propertyName="DeliveryActive", propertyValue="false") }

      ,
      mappedName="<something>"
      )

      Show
      Have a MDB with above property define & deploy MDB you should get warning in console. @MessageDriven( activationConfig= { @ActivationConfigProperty(propertyName="destinationType", propertyValue="javax.jms.Queue"), @ActivationConfigProperty(propertyName="subscriptionDurability", propertyValue="NonDurable"), @ActivationConfigProperty(propertyName="DeliveryActive", propertyValue="false") } , mappedName="<something>" )

    Description

      I get this warning on AS7.1.1 console, seems that ActivationConfigProperty DeliveryActive is not implemented by hornetq-ra, could we please have it as earlier JMS implementation of JMS had it & application that were using it will fail with AS7 now..?

      16:04:30,794 WARN [org.jboss.ejb3] (MSC service thread 1-16) JBAS014105: ActivationConfigProperty DeliveryActive will be ignored since it is not allowed by resource adapter: hornetq-ra

      Thanks,
      Prasad

      Attachments

        Activity

          People

            jmesnil1@redhat.com Jeff Mesnil
            prasad.deshpande Prasad Deshpande (Inactive)
            Votes:
            3 Vote for this issue
            Watchers:
            9 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: