You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

JavaSpace Component

The javaspace: component is a transport for working with ....

URI format

javaspace:jini://host?options

Examples

 

Options

Name

Default Value

Description

A

AAA

DESCR_AAA

B

BBB

DESCR_BBB

C

CCC

DESCR_CCC

D

DDD

DESCR_DDD

E

EEE

DESCR_EEE

F

FFF

DESCR_FFF

Using camel-javaspace

To use this module you need to use the FUSE Mediation Router distribution. Or you could just add the following to your pom.xml, substituting the version number for the latest & greatest release.

<dependency>
  <groupId>org.apache.camel</groupId>
  <artifactId>camel-parent</artifactId>
  <version>1.4.0.0-fuse</version>
</dependency>

And ensure you are pointing at the maven repo

   <repository>
     <id>open.iona.m2</id>
     <name>IONA Open Source Community Release Repository</name>
     <url>http://repo.open.iona.com/maven2</url>
     <snapshots>
       <enabled>false</enabled>
     </snapshots>
     <releases>
       <enabled>true</enabled>
     </releases>
   </repository>

Building From Source

The source for camel-javaspace is available here: https://projects.open.iona.com/projects/svn/iona/camel/trunk/components/camel-javaspace/

You'll need to register with http://open.iona.com to be able to access subversion.

The full FUSE distro is here: https://projects.open.iona.com/projects/svn/iona/camel/trunk/

  • No labels