You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently trying to use this module to configure ActiveMQ for WildFly 10.1 but I'm running into some trouble and I'm not sure what I'm doing wrong.
Essentially we have three parts of the configuration.
First part was to add the extension (<extension module="org.wildfly.extension.messaging-activemq"/>). I did this by using wildfly::cli:
The first two seems to work fine, but the other two generate puppet errors when we run and I cannot figure out why:
Error: /Stage[main]/Profile::Appserver::Wildfly_server::Activemq_setup/Wildfly::Cli[Add amq security-settings]/Wildfly_cli[Add amq security-settings]: Could not evaluate: undefined method `elements' for nil:NilClass
Error: /Stage[main]/Profile::Appserver::Wildfly_server::Activemq_setup/Wildfly::Cli[Add amq security-settings role]/Wildfly_cli[Add amq security-settings role]: Could not evaluate: undefined method `elements' for nil:NilClass
Do you have any better way of configuring this? I'm looking at the default standalone-full.xml for the desired state regarding activemq configuration.
The text was updated successfully, but these errors were encountered:
Hi,
I'm currently trying to use this module to configure ActiveMQ for WildFly 10.1 but I'm running into some trouble and I'm not sure what I'm doing wrong.
Essentially we have three parts of the configuration.
First part was to add the extension (
<extension module="org.wildfly.extension.messaging-activemq"/>
). I did this by using wildfly::cli:Second part is adding
<mdb>
to ejb subsystem. This was achieved by this code:$ra_name comes from hiera and it has the following value:
${ejb.resource-adapter-name:activemq-ra.rar}
Last part (the one I'm stuck on) is trying to configure this (comes from default standalone-full.xml):
I've only managed to come this far:
The first two seems to work fine, but the other two generate puppet errors when we run and I cannot figure out why:
Do you have any better way of configuring this? I'm looking at the default standalone-full.xml for the desired state regarding activemq configuration.
The text was updated successfully, but these errors were encountered: