mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
ACS-1253 Remove ignored JMX namespace argument on Camel context (#314)
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
|
||||
<camelContext id="alfrescoCamelContext" xmlns="http://camel.apache.org/schema/spring" useBreadcrumb="true">
|
||||
<contextScan/>
|
||||
<jmxAgent id="agent" mbeanObjectDomainName="Alfresco.Camel" />
|
||||
<jmxAgent id="agent" />
|
||||
<template id="camelProducerTemplate" defaultEndpoint="direct:alfresco.default" />
|
||||
</camelContext>
|
||||
|
||||
|
Reference in New Issue
Block a user