Hi Ashwin,
Thanks for your input. The way you described it, without port number, is
also how it's explained on the JavaSpaces component website. I should have
mentioned that in my first posting, but I tried that already and it didn't
work, that's when I figured adding the port number might help -
Hi,
Based on what I see in the component code (not an expert in Javaspaces, I'm
afraid :)), it looks like the producer & consumer do not require a port,
only the host.
So the URI needs to be
...
.to("javaspace:jini://localhost?spaceName=mySpace");
...
Hope this helps...
Cheers,
Ashwin...
Hi all,
I'm trying to use the JavaSpace component as described at
http://camel.apache.org/javaspace.html. I've got a GigaSpaces implementation
running which also contains a "mySpace" space. I verified that the space
exists and objects can be written to and read from it (by using an example
proje