Thanks for asking. http://ramkumariyer.blogspot.com/2012/11/we-had-hackathon-for-top-energy-company.html
Write-up ======== We had a hackathon for a top energy company. We wanted to showcase social media routing. We already have a development setup with various queues for various departments. Unfortunately, we could not get access to Twitter due to our security policy. Our use case was simple. There were two people with 1 year experience mentored by me (15 years experience in Telecom). We used Hermes tool. We injected multiple types of messages into the queue to simulate the twitter message. For example, messages like "Company is good", "Company is Bad", "Energy equipment needed", "Engineer was good" were injected. We used Spring based DSL with content based routing. Each choice element had a Simple expression which pattern matched against set of known patterns and forwarded to the next queue. In the end, the message would land up in one the of the department queues like marketing, sales, engineering. We are planning a reverse message flow into twitter using Camel-Twitter module. We also plan to do sentiment analysis in content before routing. The demo was appreciated by everybody. There was a feeling that although social media routing is easy to do it is a double edged sword as negative opinion can get quickly blown-up. Also there needs to be a well defined social policy for the organization and the social media routing should mirror the policy. -----Original Message----- From: Willem jiang [mailto:[email protected]] Sent: Thursday, November 08, 2012 8:36 AM To: [email protected] Subject: Re: Camel at our Hackathon It is really a interesting use case. It could be great if you can share us some detail information by providing a blog link. -- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://www.fusesource.com | http://www.redhat.com Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) (English) http://jnn.javaeye.com (http://jnn.javaeye.com/) (Chinese) Twitter: willemjiang Weibo: willemjiang On Thursday, November 8, 2012 at 10:58 AM, [email protected] wrote: > Just wanted to let the list know we use Camel with a Content Based Router and > Simple expression logic to route Twitter data for a certain organization to > multiple email queues. Planning to improve this further with analyzing the > sentiment in the Twitter tweet and making for two way traffic. It was fun! > This e-mail and any files transmitted with it are for the sole use of the > intended recipient(s) and may contain confidential and privileged > information. If you are not the intended recipient(s), please reply to the > sender and destroy all copies of the original message. Any unauthorized > review, use, disclosure, dissemination, forwarding, printing or copying of > this email, and/or any action taken in reliance on the contents of this > e-mail is strictly prohibited and may be unlawful. This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient(s), please reply to the sender and destroy all copies of the original message. Any unauthorized review, use, disclosure, dissemination, forwarding, printing or copying of this email, and/or any action taken in reliance on the contents of this e-mail is strictly prohibited and may be unlawful.
