tree: 5d04cba75f492b40cadd56de6a19414a2e0b2f50 [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
components/camel-stomp/README.md

camel-stomp

Camel component used for communicating with [Stomp] (http://stomp.github.io/) compliant message brokers, like Apache ActiveMQ or ActiveMQ Apollo.

URI format

stomp:destination

Where destination is broker specific. With ActiveMQ you can use queues and topics in the form of

stomp:queue:test

Samples

from("direct:foo").to("stomp:queue:test")