Skip to content

Instantly share code, notes, and snippets.

@jmkgreen
Created August 12, 2014 13:48
Show Gist options
  • Save jmkgreen/91b89c32fe03ffb93ead to your computer and use it in GitHub Desktop.
Save jmkgreen/91b89c32fe03ffb93ead to your computer and use it in GitHub Desktop.
Log
14:44:11,134 DEBUG org.apache.camel.impl.DefaultConsumer:139 doStart() - Starting consumer: Consumer[http4://www.google.com?initialDelay=0]
14:44:11,137 DEBUG org.apache.camel.util.IntrospectionSupport:528 setProperty() - Configured property: initialDelay on bean: org.apache.camel.impl.DefaultScheduledPollConsumerScheduler@48834a71 with value: 0
14:44:11,137 DEBUG org.apache.camel.util.IntrospectionSupport:518 setProperty() - Configured property: timeUnit on bean: org.apache.camel.impl.DefaultScheduledPollConsumerScheduler@48834a71 with value: MILLISECONDS
14:44:11,137 DEBUG org.apache.camel.util.IntrospectionSupport:518 setProperty() - Configured property: scheduledExecutorService on bean: org.apache.camel.impl.DefaultScheduledPollConsumerScheduler@48834a71 with value: null
14:44:11,138 DEBUG org.apache.camel.util.IntrospectionSupport:528 setProperty() - Configured property: useFixedDelay on bean: org.apache.camel.impl.DefaultScheduledPollConsumerScheduler@48834a71 with value: true
14:44:11,138 DEBUG org.apache.camel.util.IntrospectionSupport:528 setProperty() - Configured property: delay on bean: org.apache.camel.impl.DefaultScheduledPollConsumerScheduler@48834a71 with value: 500
14:44:11,147 DEBUG org.apache.camel.management.DefaultManagementAgent:361 registerMBeanWithServer() - Registered MBean with ObjectName: org.apache.camel:context=camel-1,type=threadpools,name="DefaultScheduledPollConsumer(0x343dd4b6)"
14:44:11,147 DEBUG org.apache.camel.impl.DefaultExecutorServiceManager:243 newScheduledThreadPool() - Created new ScheduledThreadPool for source: Consumer[http4://www.google.com?initialDelay=0] with name: http4://www.google.com?initialDelay=0. -> org.apache.camel.util.concurrent.SizedScheduledExecutorService@43036682[http4://www.google.com?initialDelay=0]
14:44:11,147 DEBUG org.apache.camel.impl.DefaultScheduledPollConsumerScheduler:117 startScheduler() - Scheduling poll (fixed delay) with initialDelay: 0, delay: 500 (milliseconds) for: Endpoint[http4://www.google.com?initialDelay=0]
14:44:11,149 INFO org.apache.camel.impl.DefaultCamelContext:2337 doStartOrResumeRouteConsumers() - Route: route1 started and consuming from: Endpoint[http4://www.google.com?initialDelay=0]
14:44:11,149 DEBUG org.apache.camel.management.DefaultManagementLifecycleStrategy$TimerListenerManagerStartupListener:897 onCamelContextStarted() - Load performance statistics disabled
14:44:11,149 INFO org.apache.camel.impl.DefaultCamelContext:1672 start() - Total 1 routes, of which 1 is started.
14:44:11,151 INFO org.apache.camel.impl.DefaultCamelContext:1673 start() - Apache Camel 2.13.2 (CamelContext: camel-1) started in 0.958 seconds
------------------------------------------------------------------------
BUILD SUCCESS
------------------------------------------------------------------------
Total time: 2.830s
Finished at: Tue Aug 12 14:44:11 BST 2014
Final Memory: 7M/164M
------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment