This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#Heavily inspired by clivewalkden/centos-7-package.sh | |
# ( https://gist.github.com/clivewalkden/b4df0074fc3a84f5bc0a39dc4b344c57 ) | |
#However, this one was tested... 2017-JAN-09 | |
vagrant init centos/7 | |
vagrant up | |
vagrant ssh -c "sudo yum -y update" | |
vagrant ssh -c "sudo yum -y install wget nano kernel-devel gcc" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2014-10-10 14:35:53,721 INFO [Adapter SMS MSIP] o.a.c.s.SpringCamelContext [DefaultCamelContext.java:2310] Route: mtPartExceptionReporter started and consuming from: Endpoint[direct://jmsMtPartExceptionConsumer] | |
2014-10-10 14:35:53,722 INFO [Adapter SMS MSIP] o.a.c.s.SpringCamelContext [DefaultCamelContext.java:2310] Route: mtPartRejectReporter started and consuming from: Endpoint[direct://jmsMtPartRejectConsumer] | |
2014-10-10 14:35:53,726 INFO [Adapter SMS MSIP] o.a.c.s.SpringCamelContext [DefaultCamelContext.java:2310] Route: mtJmsConsumer started and consuming from: Endpoint[jms://jmsSMSMtQueue] | |
2014-10-10 14:35:53,743 INFO [Adapter SMS MSIP] o.a.c.s.SpringCamelContext [DefaultCamelContext.java:2310] Route: mtJmsBufferConsumer started and consuming from: Endpoint[jms://jmsMtBufferQueue] | |
2014-10-10 14:35:53,745 INFO [Adapter SMS MSIP] o.a.c.s.SpringCamelContext [DefaultCamelContext.java:2310] Route: siMsipConsumer started and consuming from: Endpoint[qos://mt] | |
2014-10-10 14:35:53,762 INFO [Adapter SMS MSIP] o |