Cheap and cheerful, you could use JMS, ActiveMQ is very easy to embed
for this purpose (like a basic NMR). It will give you cross context
blocking you are looking for and also make it easy to separate the
contexts across the network if you have to.

ste

On Thu, Mar 18, 2010 at 10:42 AM, Alexandros Karypidis
<akary...@yahoo.gr> wrote:
> Hi,
>
> I would like to perform a synchronous in/out exchange across different camel
> contexts.
>
> I tried using "direct" components but those do not span contexts. The only
> component I've found that does that, is the "vm" component. Unfortunately,
> "vm" does one-way exchanges, so it's not suitable for what I need.
>
> Any ideas how to go about doing this?
>
> Thanks in advance for your help.
>
>

Reply via email to