You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/09/15 13:33:00 UTC

[jira] [Work logged] (ARTEMIS-2545) Auto queue creation does not work with MDBs

     [ https://issues.apache.org/jira/browse/ARTEMIS-2545?focusedWorklogId=651088&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-651088 ]

ASF GitHub Bot logged work on ARTEMIS-2545:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 15/Sep/21 13:32
            Start Date: 15/Sep/21 13:32
    Worklog Time Spent: 10m 
      Work Description: ehsavoie opened a new pull request #3752:
URL: https://github.com/apache/activemq-artemis/pull/3752


   * Adding support for queue autocreation from the resource adapter.
   
   Issue: https://issues.apache.org/jira/browse/ARTEMIS-2545


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 651088)
    Remaining Estimate: 0h
            Time Spent: 10m

> Auto queue creation does not work with MDBs
> -------------------------------------------
>
>                 Key: ARTEMIS-2545
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2545
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>    Affects Versions: 2.10.1
>            Reporter: Bob Mitchell
>            Priority: Minor
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Using an Artemis server configured for automated queue creation and an MDB with the following activation configuration:
> {code:java}
> @MessageDriven(activationConfig = {
>         @ActivationConfigProperty(propertyName = "destination", propertyValue = "MyQueue"),
>         @ActivationConfigProperty(propertyName = "useJNDI", propertyValue = "false"),
>         @ActivationConfigProperty(propertyName = "connectionFactoryLookup", propertyValue = "jms/ArtemisQueueConnectionFactory"),
>         @ActivationConfigProperty(propertyName = "destinationType", propertyValue = "javax.jms.Queue"),
> }){code}
> The "MyQueue" queue does not get automatically created, causing startup to fail.
> This is particularly a pain with a clustered Artemis, because you then have to create the queue on every node in the cluster.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)