Hi all,
I am trying to deploy UPS in Wildfly. In the step Configure JMS destinations for the UnifiedPush of the server installation instructions [1], I am getting this weird error:
$ wildfly/bin/jboss-cli.sh --file="~/projects/aerogear-unifiedpush-server/configuration/jms-setup-wildfly.cli"
The batch failed with the following error (you are remaining in the batch editing mode to have a chance to correct the error): {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0212: Duplicate resource [
(\"subsystem\" => \"messaging-activemq\"),
(\"server\" => \"default\"),
(\"jms-queue\" => \"AdmPushMessageQueue\")
]"}}
Any clue what this is about?
--