Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
minor in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alaz committed May 4, 2013
1 parent a3f7f50 commit 280c0a7
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You can find the detailed explanation of Beanstalk job lifecycle at "Beanstalk p

h2. Example

This Camel component lets you both request the jobs for processing and supply them to Beanstald daemon. Our simple demo routes may look like
This Camel component lets you both request the jobs for processing and supply them to Beanstalkd daemon. Our simple demo routes may look like

bc. from("beanstalk:testTube").
log("Processing job #${property.beanstalk.jobId} with body ${in.body}").
Expand Down Expand Up @@ -90,13 +90,21 @@ The consumer stores a number of job properties in the @Exchange@:

h2. Using

For Apache Camel 2.11.x :

bc. <dependency>
<groupId>com.osinka.camel</groupId>
<artifactId>camel-beanstalk</artifactId>
<version>1.6.0</version>
<version>1.7.0</version>
</dependency>

(you can find the latest version tag in GitHub repository)
For Apache Camel 2.10.x :

bc. <dependency>
<groupId>com.osinka.camel</groupId>
<artifactId>camel-beanstalk</artifactId>
<version>1.6.0</version>
</dependency>

h2. License

Expand Down

0 comments on commit 280c0a7

Please sign in to comment.