Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.10.1
-
None
-
None
Description
Using an Artemis server configured for automated queue creation and an MDB with the following activation configuration:
@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"), })
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.
Attachments
Issue Links
- is duplicated by
-
ARTEMIS-3480 Broker does not auto create a queue when deploying a MDB
- Resolved
- links to