org.apache.camel.example.jmstofile
Class CamelJmsToFileExample
java.lang.Object
org.apache.camel.example.jmstofile.CamelJmsToFileExample
public final class CamelJmsToFileExample
- extends Object
An example class for demonstrating some of the basics behind Camel. This
example sends some text messages on to a JMS Queue, consumes them and
persists them to disk
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
Apache CAMEL