You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Justin Bertram (Jira)" <ji...@apache.org> on 2021/09/23 16:32:00 UTC

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

     [ https://issues.apache.org/jira/browse/ARTEMIS-2545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Bertram updated ARTEMIS-2545:
------------------------------------
    Issue Type: Improvement  (was: Bug)

> 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: Improvement
>    Affects Versions: 2.10.1
>            Reporter: Bob Mitchell
>            Priority: Minor
>          Time Spent: 1h
>  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)