org.apache.camel.example.jmstofile
Class CamelJmsToFileExample

java.lang.Object
  extended by org.apache.camel.example.jmstofile.CamelJmsToFileExample

public final class CamelJmsToFileExample
extends java.lang.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

Version:
$Revision$

Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Apache CAMEL