Capitalizing Camel Settings constants.
This commit is contained in:
parent
4441b03e07
commit
6ff5eb711f
7 changed files with 21 additions and 21 deletions
|
|
@ -35,9 +35,9 @@ private[camel] class DefaultCamel(val system: ExtendedActorSystem) extends Camel
|
|||
|
||||
lazy val context: DefaultCamelContext = {
|
||||
val ctx = new DefaultCamelContext
|
||||
if (!settings.jmxStatistics) ctx.disableJMX()
|
||||
if (!settings.JmxStatistics) ctx.disableJMX()
|
||||
ctx.setName(system.name)
|
||||
ctx.setStreamCaching(settings.streamingCache)
|
||||
ctx.setStreamCaching(settings.StreamingCache)
|
||||
ctx.addComponent("akka", new ActorComponent(this, system))
|
||||
ctx.getTypeConverterRegistry.addTypeConverter(classOf[FiniteDuration], classOf[String], DurationTypeConverter)
|
||||
ctx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue