[main] MainSupport                    INFO  Apache Camel 2.13.2 starting
[main] BrokerService                  INFO  Using Persistence Adapter: MemoryPersistenceAdapter
[main] BrokerService                  INFO  Apache ActiveMQ 5.9.0 (eip-chapter-9, ID:JHCHA-PC-30971-1416318377535-0:1) is starting
[main] TransportServerThreadSupport   INFO  Listening for connections at: tcp://127.0.0.1:61616
[main] TransportConnector             INFO  Connector tcp://localhost:61616 started
[main] BrokerService                  INFO  Apache ActiveMQ 5.9.0 (eip-chapter-9, ID:JHCHA-PC-30971-1416318377535-0:1) started
[main] BrokerService                  INFO  For help or more information please see: http://activemq.apache.org
[main] DefaultTypeConverter           INFO  Loaded 197 type converters
[main] SpringCamelContext             INFO  Apache Camel 2.13.2 (CamelContext: camel-1) is starting
[main] ManagedManagementStrategy      INFO  JMX is enabled
[main] SpringCamelContext             INFO  AllowUseOriginalMessage is enabled. If access to the original message is not needed, then its recommended to turn this option off as it may improve performance.
[main] SpringCamelContext             INFO  StreamCaching is not in use. If using streams then its recommended to enable stream caching. See more details at http://camel.apache.org/stream-caching.html
[main] ReflectionServiceFactoryBean   INFO  Creating Service {http://broker.pm.brm.com/}BrokerQouteService from class com.brm.pm.broker.BrokerQouteService
[main] ServerImpl                     INFO  Setting the server's publish address to be http://localhost:1234/broker/loanQouteService
[main] ReflectionServiceFactoryBean   INFO  Creating Service {http://creditburea.pm.brm.com/}CreditScoreService from class com.brm.pm.creditburea.CreditScoreService
[main] ServerImpl                     INFO  Setting the server's publish address to be http://localhost:1234/creditBuruea/CreditScoreService
[main] AggregateProcessor             INFO  Defaulting to MemoryAggregationRepository
[main] AggregateProcessor             INFO  Using CompletionTimeout to trigger after 1000 millis of inactivity.
[main] DefaultCacheManagerFactory     INFO  Creating CacheManager using Ehcache defaults
[main] SpringCamelContext             INFO  Route: route1 started and consuming from: Endpoint[timer://client?period=5000]
[main] Server                         INFO  jetty-8.1.14.v20131031
[main] AbstractConnector              INFO  Started SelectChannelConnector@localhost:1234
[main] SpringCamelContext             INFO  Route: borkerProcessManager started and consuming from: Endpoint[cxf://bean:brokerQouteServiceEndpoint]
[main] SpringCamelContext             INFO  Route: route2 started and consuming from: Endpoint[cxf://bean:creditScoreServiceEndpoint]
[main] SpringCamelContext             INFO  Route: brokerReplyManager started and consuming from: Endpoint[jms://queue:bank.loan.reply]
[main] SpringCamelContext             INFO  Route: Bank1Route started and consuming from: Endpoint[jms://topic:bank.loan.request]
[main] SpringCamelContext             INFO  Route: Bank2Route started and consuming from: Endpoint[jms://topic:bank.loan.request]
[main] SpringCamelContext             INFO  Route: Bank3Route started and consuming from: Endpoint[jms://topic:bank.loan.request]
[main] SpringCamelContext             INFO  Route: Bank4Route started and consuming from: Endpoint[jms://topic:bank.loan.request]
[main] SpringCamelContext             INFO  Route: Bank5Route started and consuming from: Endpoint[jms://topic:bank.loan.request]
[main] SpringCamelContext             INFO  Route: JobSloteRoute started and consuming from: Endpoint[direct://jobslot]
[main] SpringCamelContext             INFO  Total 10 routes, of which 10 is started.
[main] SpringCamelContext             INFO  Apache Camel 2.13.2 (CamelContext: camel-1) started in 1.218 seconds
[Camel (camel-1) thread #7 - timer://client] ReflectionServiceFactoryBean   INFO  Creating Service {http://broker.pm.brm.com/}BrokerQouteService from class com.brm.pm.broker.BrokerQouteService
[qtp2078818709-28] ReflectionServiceFactoryBean   INFO  Creating Service {http://creditburea.pm.brm.com/}CreditScoreService from class com.brm.pm.creditburea.CreditScoreService
result = com.brm.pm.data.LoanQouteReply@1c4a1bda[SSN=1234567890,InterestRate=3.4419281268050064,LoanAmount=100000.0,QouteID=Bank1 : 000004]
result = com.brm.pm.data.LoanQouteReply@4aa46637[SSN=1234567890,InterestRate=3.4042114400702115,LoanAmount=100000.0,QouteID=Bank1 : 000007]
result = com.brm.pm.data.LoanQouteReply@7a5d5033[SSN=1234567890,InterestRate=3.3345451358210463,LoanAmount=100000.0,QouteID=Bank4 : 000011]
result = com.brm.pm.data.LoanQouteReply@52ab6c19[SSN=1234567890,InterestRate=3.2704539831950505,LoanAmount=100000.0,QouteID=Bank3 : 000019]
result = com.brm.pm.data.LoanQouteReply@5b5034e0[SSN=1234567890,InterestRate=3.231147429195609,LoanAmount=100000.0,QouteID=Bank1 : 000023]
result = com.brm.pm.data.LoanQouteReply@63b9ef8c[SSN=1234567890,InterestRate=3.23255684212396,LoanAmount=100000.0,QouteID=Bank3 : 000028]
result = com.brm.pm.data.LoanQouteReply@24e15497[SSN=1234567890,InterestRate=3.3057543515381056,LoanAmount=100000.0,QouteID=Bank2 : 000033]
result = com.brm.pm.data.LoanQouteReply@2699146a[SSN=1234567890,InterestRate=3.238449268535782,LoanAmount=100000.0,QouteID=Bank1 : 000040]
result = com.brm.pm.data.LoanQouteReply@56acf892[SSN=1234567890,InterestRate=3.295696645892292,LoanAmount=100000.0,QouteID=Bank4 : 000045]
result = com.brm.pm.data.LoanQouteReply@27cf35d3[SSN=1234567890,InterestRate=3.490472743892253,LoanAmount=100000.0,QouteID=Bank1 : 000050]
result = com.brm.pm.data.LoanQouteReply@2f971f66[SSN=1234567890,InterestRate=3.2938690658023217,LoanAmount=100000.0,QouteID=Bank3 : 000052]
result = com.brm.pm.data.LoanQouteReply@25c47dd5[SSN=1234567890,InterestRate=3.2339593396144437,LoanAmount=100000.0,QouteID=Bank5 : 000060]
result = com.brm.pm.data.LoanQouteReply@61472b3c[SSN=1234567890,InterestRate=3.571123400154655,LoanAmount=100000.0,QouteID=Bank5 : 000065]
result = com.brm.pm.data.LoanQouteReply@56f93e5b[SSN=1234567890,InterestRate=3.2390674241000164,LoanAmount=100000.0,QouteID=Bank2 : 000066]