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...