[main] SpringCamelContext             INFO  Apache Camel 2.13.2 (CamelContext: camel-1) is starting
[main] ManagedManagementStrategy      INFO  JMX is enabled
[main] DefaultTypeConverter           INFO  Loaded 193 type converters
[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://payment.ws.brm.com/}PaymentPortTypeService from class com.brm.ws.payment.PaymentPortType
[main] SpringCamelContext             INFO  Route: route1 started and consuming from: Endpoint[direct://payment]
[main] SpringCamelContext             INFO  Total 1 routes, of which 1 is started.
[main] SpringCamelContext             INFO  Apache Camel 2.13.2 (CamelContext: camel-1) started in 0.900 seconds
Calling Web Service...    : com.brm.ws.payment.TransferRequest@2ec8f0a4[amount=1000000,bank=Bank of Camel,from=Jakub,to=Scott]
Response from Web Service : com.brm.ws.payment.TransferResponse@332b9f79[reply=OK]
Calling Web Service...    : com.brm.ws.payment.TransferRequest@32a6faa9[amount=10000000,bank=Bank of Camel,from=Jakub,to=Scott]
SOAP fault : 이체 한도 금액 초과: 이체 요청 금액(10000000)
[Thread-1] SpringCamelContext             INFO  Apache Camel 2.13.2 (CamelContext: camel-1) is shutting down
[Thread-1] DefaultShutdownStrategy        INFO  Starting to graceful shutdown 1 routes (timeout 300 seconds)
[el-1) thread #0 - ShutdownTask] DefaultShutdownStrategy        INFO  Route: route1 shutdown complete, was consuming from: Endpoint[direct://payment]
[Thread-1] DefaultShutdownStrategy        INFO  Graceful shutdown of 1 routes completed in 0 seconds
[Thread-1] SpringCamelContext             INFO  Apache Camel 2.13.2 (CamelContext: camel-1) uptime 1.259 seconds
[Thread-1] SpringCamelContext             INFO  Apache Camel 2.13.2 (CamelContext: camel-1) is shutdown in 0.010 seconds