Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
opps, forgot to put back the admin-objects element
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli committed Feb 25, 2015
1 parent fcff8e0 commit 9d524bf
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions kettle/src/main/scripts/standalone.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,22 @@

<!-- add our JMS queues/topices that are required to be defined as admin-objects -->
<xsl:template name="admin-objects">
<admin-object use-java-context="true"
enabled="true"
class-name="org.apache.activemq.command.ActiveMQTopic"
jndi-name="java:/topic/HawkularNotifications"
pool-name="HawkularNotifications">
<config-property name="PhysicalName">HawkularNotifications</config-property>
</admin-object>
<admin-object use-java-context="true"
enabled="true"
class-name="org.apache.activemq.command.ActiveMQTopic"
jndi-name="java:/topic/HawkularMetricData"
pool-name="HawkularMetricData">
<config-property name="PhysicalName">HawkularMetricData</config-property>
</admin-object>
<admin-objects>
<admin-object use-java-context="true"
enabled="true"
class-name="org.apache.activemq.command.ActiveMQTopic"
jndi-name="java:/topic/HawkularNotifications"
pool-name="HawkularNotifications">
<config-property name="PhysicalName">HawkularNotifications</config-property>
</admin-object>
<admin-object use-java-context="true"
enabled="true"
class-name="org.apache.activemq.command.ActiveMQTopic"
jndi-name="java:/topic/HawkularMetricData"
pool-name="HawkularMetricData">
<config-property name="PhysicalName">HawkularMetricData</config-property>
</admin-object>
</admin-objects>
</xsl:template>

<xsl:template match="ra:admin-objects">
Expand Down

0 comments on commit 9d524bf

Please sign in to comment.