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

Justin Bertram resolved ARTEMIS-2545.
-------------------------------------
    Fix Version/s: 2.19.0
       Resolution: Fixed

> 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
>             Fix For: 2.19.0
>
>          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)

Reply via email to